tik_manager4.ui.dialog.subproject_dialog

Dialog for new subproject creation.

Classes

EditSubprojectDialog

NewSubprojectDialog

SelectSubprojectDialog

Convenience dialog for selecting a subproject.

Module Contents

class EditSubprojectDialog(project_object, parent_sub=None, parent=None, management_lock=False, *args, **kwargs)

Bases: tik_manager4.ui.Qt.QtWidgets.QDialog

build_ui()

Initialize the UI.

define_other_ui()

Define the secondary UI.

define_primary_ui()
get_metadata_value(key)

Convenient method to get the metadata value.

class NewSubprojectDialog(*args, **kwargs)

Bases: EditSubprojectDialog

build_ui()

Initialize the UI.

define_primary_ui()

Define the primary UI.

get_created_subproject()
reinitilize_other_ui(new_parent_sub)

Reinitialize the secondary and tertiary UIs.

class SelectSubprojectDialog(tik_project)

Bases: tik_manager4.ui.Qt.QtWidgets.QDialog

Convenience dialog for selecting a subproject.