tik_manager4.ui.dialog.settings_dialog ====================================== .. py:module:: tik_manager4.ui.dialog.settings_dialog .. autoapi-nested-parse:: Dialog for settings. Attributes ---------- .. autoapisummary:: tik_manager4.ui.dialog.settings_dialog.LOG tik_manager4.ui.dialog.settings_dialog.app Classes ------- .. autoapisummary:: tik_manager4.ui.dialog.settings_dialog.SettingsDialog Module Contents --------------- .. py:class:: SettingsDialog(main_object, *args, **kwargs) Bases: :py:obj:`tik_manager4.ui.Qt.QtWidgets.QDialog` Settings dialog. .. py:method:: apply_settings(close_dialog=False) Apply the settings. .. py:method:: build_layouts() Build layouts. .. py:method:: build_static_widgets() Build static widgets. .. py:method:: build_ui() Build the UI. .. py:method:: check_changes() Check if there are changes in the settings and enable the apply button. .. py:method:: closeEvent(event) Override the close event to discard changes. .. py:method:: common_title() Create the common settings. .. py:method:: create_content() Create the content. .. py:method:: create_content_links() Create content widgets for all top level items. .. py:method:: on_close() Discard all changes and close the dialog. .. py:method:: project_title() Create the project settings. .. py:method:: user_title() Create the user settings. .. py:data:: LOG .. py:data:: app