Inherits ui_projectinfo::Ui_projectInfoDialog.
Public Member Functions | |
| def | __init__ |
| Constructor of projectInfoDialog. | |
| def | processClick |
| Stores project info when Ok button is pushed. | |
Class containing main logic of project info dialog.
Window has 3 widgets here project name, project author and description can be set.
| def projectinfo::projectInfoDialog::__init__ | ( | self, | ||
| mainWindow | ||||
| ) |
Constructor of projectInfoDialog.
It load current values into widgets, user can modify them and store into project (project which is loaded in memory, not the one in file)
| self | The object pointer. | |
| mainWindow | class representing main window of the application |
| def projectinfo::projectInfoDialog::processClick | ( | self, | ||
| button | ||||
| ) |
Stores project info when Ok button is pushed.
| self | The object pointer. | |
| button | id of button which is pushed |
1.5.8