src.visuals.windows.maria_dialog module

The wrapper class for handling the mariadb settings Dialog.

class src.visuals.windows.maria_dialog.MariaDialog(parent=None)[source]

Bases: QDialog

Wrapper class for the mariadb settings window

ui

the raw MariaDialog Class, produced by compilation

Type:

Ui_Dialog

timer

a timer, which is used to count time for the connection button

Type:

QTimer

_init_fields[source]

initializes all fields with the provided values through the mariadbconfigs

Type:

function

_try_connection[source]

gets activated, when the connection button is pressed. Uses the QTimer, if a connection is not successful

Type:

function

_restore_button[source]

restores the pressable buttonstate.

Type:

function

_add_con[source]

adds the connection to persistant memory

Type:

function

_change_maria[source]

updates all fields

Type:

function

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

Dependency Diagrams (without externals):

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

Import dependencies (collapsed)

Dependency Diagrams:

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

Import dependencies (collapsed)