more front work

This commit is contained in:
Hane 2024-04-09 20:00:04 +02:00
commit 2e76621616
9 changed files with 36 additions and 21 deletions

View file

@ -59,13 +59,6 @@ int main (int argc, char* argv[]) {
* QString styleSheet { QLatin1String(styleFile.readAll()) };
*/
//app->setStyleSheet(styleSheet);
/*
* #ifdef DEBUG
* window.calculateChildWidgetsSize();
* window.show();
* #endif
*/
return app->exec();
}