tik_manager4.ui.dialog.settings_dialog

Dialog for settings.

Attributes

LOG

app

Classes

SettingsDialog

Settings dialog.

Module Contents

class SettingsDialog(main_object, *args, **kwargs)

Bases: tik_manager4.ui.Qt.QtWidgets.QDialog

Settings dialog.

apply_settings(close_dialog=False)

Apply the settings.

build_layouts()

Build layouts.

build_static_widgets()

Build static widgets.

build_ui()

Build the UI.

check_changes()

Check if there are changes in the settings and enable the apply button.

closeEvent(event)

Override the close event to discard changes.

common_title()

Create the common settings.

create_content()

Create the content.

Create content widgets for all top level items.

on_close()

Discard all changes and close the dialog.

project_title()

Create the project settings.

user_title()

Create the user settings.

LOG
app