src.visuals.windows.settings module

The Wrapper Class for handling the settingsdialog.

class src.visuals.windows.settings.SettingsDialog(parent)[source]

Bases: QDialog

Wrapper class for the general settings window

ui

the raw SettingsDialog Class, produced by compilation

Type:

Ui_settings_dialog

_init_fields[source]

initializes all fields with the provided values through the configs

Type:

function

_start_profiles[source]

this starts the dialog, for creating a new profile

Type:

function

_change_API[source]

function, which executes in order to update api fields

Type:

function

_change_label[source]

function, which executes in order to update label fields

Type:

function

_change_paths[source]

function, which executes in order to update path fields

Type:

function

saveSettings[source]

saves the current settings to ram

Type:

function

Return type:

None

saveSettings()[source]
Return type:

None

staticMetaObject = PySide6.QtCore.QMetaObject("SettingsDialog" inherits "QDialog": )

Dependency Diagrams (without externals):

digraph imports {
  rankdir=LR;
  node [shape=box];
  "src.visuals.windows.main_window" -> "src.visuals.windows.settings";
}

Import dependencies (collapsed)

Dependency Diagrams:

digraph imports {
  rankdir=LR;
  node [shape=box];
  "src.visuals.windows.main_window" -> "src.visuals.windows.settings";
}

Import dependencies (collapsed)