tik_manager4.ui.dialog.task_dialog
Dialog for new subproject creation.
Attributes
Classes
Dialog for task editing. |
|
Shared dialog for task creation and editing. |
|
Shared dialog for task creation and editing. |
Module Contents
- class EditTask(task_object, parent_sub=None, parent=None, management_locked=False, *args, **kwargs)
Bases:
TaskDialogDialog for task editing.
- define_primary_ui()
Populate settings.
- execute()
Edit task.
- get_metadata_value(key)
Convenient method to get the metadata value.
- class NewTask(project_object, parent_sub=None, parent=None, *args, **kwargs)
Bases:
TaskDialogShared dialog for task creation and editing.
- execute()
Create Task(s).
- get_created_task()
- class TaskDialog(parent_sub, parent=None, management_locked=False)
Bases:
tik_manager4.ui.Qt.QtWidgets.QDialogShared dialog for task creation and editing.
- define_other_ui()
Define the secondary UI.
- define_primary_ui()
Populate settings.
- execute()
- static filter_category_definitions(category_definition_data, mode=None)
Filter category definitions.
- get_metadata_value(key)
Convenient method to get the metadata value.
- app