ui/qt/container.h

changeset 73
473acef47ddd
parent 68
bd9fb6476b80
child 102
2988f00ed9d6
equal deleted inserted replaced
72:a00b46d92c54 73:473acef47ddd
56 bool newline; 56 bool newline;
57 char *label; 57 char *label;
58 }; 58 };
59 59
60 struct UiContainer { 60 struct UiContainer {
61 UiLayout layout; 61 UiLayout layout;
62 62 UIWIDGET current;
63 QMenu *menu;
64
63 virtual void add(QWidget *widget, bool fill) = 0; 65 virtual void add(QWidget *widget, bool fill) = 0;
64 }; 66 };
65 67
66 class UiBoxContainer : public UiContainer { 68 class UiBoxContainer : public UiContainer {
67 public: 69 public:

mercurial