eric6.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,
project flag and long text (string, string, boolean,
boolean, string)
TaskPropertiesDialog.setReadOnly
setReadOnly()
Public slot to set the dialog to read only mode.
TaskPropertiesDialog.setSubTaskMode
setSubTaskMode(projectTask)
Public slot to set the sub-task mode.
- projectTask
-
flag indicating a project related task (boolean)