ui/qt/container.h

changeset 73
473acef47ddd
parent 68
bd9fb6476b80
child 102
2988f00ed9d6
--- a/ui/qt/container.h	Mon Jan 12 12:03:05 2015 +0100
+++ b/ui/qt/container.h	Wed Jan 21 16:02:30 2015 +0100
@@ -58,8 +58,10 @@
 };
 
 struct UiContainer {
-    UiLayout layout;
-    
+    UiLayout layout; 
+    UIWIDGET current;
+    QMenu    *menu;
+
     virtual void add(QWidget *widget, bool fill) = 0;
 };
 

mercurial