Class ReadDialog
Dialog allowing user to specify a file to read in. This dialog has
some options which are covered in the DialogParameters class below.
Any keyword arguments (e.g., from the DialogParameters for 'read')
passed to this class are passed to the askopenfilename used as a file
browser/selector.
|
__init__(self,
parent,
**kwargs)
See class docstring. |
|
|
|
dialog(self)
Pop up a file browser. |
|
|
Pop up a file browser. Returns the name of the file and also stores
it in the parent JobParameters object as 'readfilename'.
|