dynamic height + width 1st commit

This commit is contained in:
Hane 2024-04-03 23:53:33 +02:00
commit 90286b6853
3 changed files with 97 additions and 118 deletions

View file

@ -66,8 +66,10 @@ int main (int argc, char* argv[]) {
*/
//app->setStyleSheet(styleSheet);
//window.setMinimumSize(100, 100);
window.calculateChildWidgetsSize();
#ifdef DEBUG
window.show();
#endif
return app->exec();
}