src package

Subpackages

Submodules

src.constants module

src.main module

src.main_ui module

class src.main_ui.MainWindowUI

Bases: object

Build UI for main_window.ManWindow.

init_ui(main_window)

Create user interface for main_window.ManWindow.

The method creates the widget objects in the proper containers and assigns the object names to them.

Parameters

main_window (main_window.MainWindow) – The main window of program

retranslate_ui(main_window)

Set the text and titles of the widgets.

Parameters

main_window (main_window.MainWindow) – The main window of program

src.style_sheet module

src.style_sheet.load_style_sheet()

Loads style.qss content.

Returns

style sheet for main.MainWindow

Return type

str

Module contents