MCPcopy Create free account
hub / github.com/echQoQ/RustSL / __init__

Method __init__

gui/main_window.py:25–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23class LoaderGUI(QWidget):
24
25 def __init__(self):
26 super().__init__()
27 self.setWindowTitle('RustSL by echQoQ')
28 self.setMinimumWidth(650)
29 self.setWindowIcon(QIcon(os.path.join('gui', 'icons', 'icon.ico')))
30 self.setStyleSheet(get_main_stylesheet())
31 self.init_ui()
32
33 def log_append(self, text):
34 self.log.append(text)

Callers

nothing calls this directly

Calls 2

init_uiMethod · 0.95
get_main_stylesheetFunction · 0.85

Tested by

no test coverage detected