tik_manager4.ui.dialog.task_dialog

Dialog for new subproject creation.

Attributes

app

Classes

EditTask

Dialog for task editing.

NewTask

Shared dialog for task creation and editing.

TaskDialog

Shared dialog for task creation and editing.

Module Contents

class EditTask(task_object, parent_sub=None, parent=None, management_locked=False, *args, **kwargs)

Bases: TaskDialog

Dialog 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: TaskDialog

Shared 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.QDialog

Shared 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