eric6.Project.MakePropertiesDialog
Module implementing a dialog to enter the properties for 'make'.
Global Attributes
Classes
Functions
MakePropertiesDialog
Class implementing a dialog to enter the properties for 'make'.
Derived from
QDialog, Ui_MakePropertiesDialog
Class Attributes
Class Methods
Methods
Static Methods
MakePropertiesDialog (Constructor)
MakePropertiesDialog(project, new, parent=None)
Constructor
- project (Project)
-
reference to the project object
- new (bool)
-
flag indicating the generation of a new project
- parent (QWidget)
-
reference to the parent widget of this dialog
MakePropertiesDialog.__updateOkButton
__updateOkButton()
Private slot to update the enabled state of the OK button.
MakePropertiesDialog.initDialog
initDialog()
Public method to initialize the dialog's data.
MakePropertiesDialog.storeData
storeData()
Public method to store the entered/modified data.