ui/qt/container.h

changeset 115
e57ca2747782
parent 112
c3f2f16fa4b8
--- a/ui/qt/container.h	Sun Dec 07 20:00:33 2025 +0100
+++ b/ui/qt/container.h	Sat Dec 13 15:58:58 2025 +0100
@@ -39,6 +39,7 @@
 #include <QTabWidget>
 #include <QStackedWidget>
 #include <QSplitter>
+#include <QGroupBox>
 
 #define ui_obj_container(obj) (UiContainerPrivate*)((UiContainerX*)obj->container_end)->container
 
@@ -54,6 +55,8 @@
 public:
     QBoxLayout            *box;
     bool                  hasStretchedWidget = false;
+    bool                  singleChild = false;
+    bool                  hasChild = false;
     QSpacerItem           *space;
     QBoxLayout::Direction direction;
     

mercurial