MCPcopy Create free account
hub / github.com/SeaEpoch/MouseClick / MainWindow

Method MainWindow

src/mainwindow.cpp:69–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69MainWindow::MainWindow(QWidget* parent)
70 : QMainWindow(parent)
71{
72 SettingsAgent& app_settings = SettingsAgent::instance();
73
74 setWindowState(app_settings.WindowState());
75 loadThemeStyelSheet(app_settings.ThemeMode());
76
77 /******************/
78
79 setMinimumSize(QSize(600, 450));
80 resize(QSize(800, 600));
81 windowInit(tr("MouseClick"), QIcon(":/svg/favicon.svg"));
82
83 UIWidgetInit();
84
85 /******************/
86
87 connectInit();
88}
89
90void MainWindow::windowInit(const QString& title, const QIcon& icon)
91{

Callers

nothing calls this directly

Calls 2

WindowStateMethod · 0.80
ThemeModeMethod · 0.80

Tested by

no test coverage detected