This dialog creates an input mask for the given parameter and their
types.
|
|
__init__(self,
params=dict(),
buttons=QtGui.QDialogButtonBox.Cancel | QtGui.QDialogButtonBox.Ok,
parent=None)
Creates an input dialog. |
source code
|
|
|
|
setFilterVisible(self,
val)
Shows or hides the filter row. |
source code
|
|
|
|
setText(self,
text)
Adds a label to the dialog's layout and shows the given text. |
source code
|
|
|
|
|
|
|
|
dict(str(param) : str(value))
|
|
|
|
|
|
|
|
|
|
|
|
|
closeEvent(self,
event)
Test the open files for changes and save this if needed. |
source code
|
|