src.visuals.windows.main_window module

The Wrapper class for the main Window, which is started with the GUI.

class src.visuals.windows.main_window.MainWindow[source]

Bases: QMainWindow

Wrapper class for the Main Window

ui

the raw MainWindow Class, produced by compilation

Type:

Ui_MainWindow

label_list

a list of label, which is used for keeping track of the gameids already imported

Type:

list[QLabel]

space

An instance of the AnalyticsSpace class

Type:

AnalyticsSpace

_update_window[source]

updates the MainWindow

Type:

function

_update_files[source]

updates the list of QLables with the current imported Gamefiles

Type:

function

_show_files[source]

updates the presence of the bar on the left

Type:

function

_filedialog_opener[source]

Handles the fileDialog, which is in use to import the gamefiles

Type:

function

_time_importer[source]

imports a given timelinefile via filedialog

Type:

function

_match_importer[source]

imports a given matchfile via filedialog

Type:

function

_open_settings[source]

creates an instance of a SettingsDialog

Type:

function

_open_mariadb_config[source]

creates an instance of a MariaDialog

Type:

function

staticMetaObject = PySide6.QtCore.QMetaObject("MainWindow" inherits "QMainWindow": )

Dependency Diagrams (without externals):

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

Import dependencies (collapsed)

Dependency Diagrams:

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

Import dependencies (collapsed)