eric4.Tasks.TaskPropertiesDialog
Module implementing the task properties dialog.
Global Attributes
Classes
Functions
TaskPropertiesDialog
Class implementing the task properties dialog.
Derived from
QDialog, Ui_TaskPropertiesDialog
Class Attributes
Class Methods
Methods
Static Methods
TaskPropertiesDialog (Constructor)
TaskPropertiesDialog(task = None, parent = None, projectOpen = False)
Constructor
- task
-
the task object to be shown
- parent
-
the parent widget (QWidget)
- projectOpen
-
flag indicating status of the project (boolean)
TaskPropertiesDialog.getData
getData()
Public method to retrieve the dialogs data.
- Returns:
-
tuple of description, priority, completion flag
and project flag
TaskPropertiesDialog.setReadOnly
setReadOnly()
Public slot to set the dialog to read only mode.