ossp-pkg/as/as-gui/as_gui.h 1.4 -> 1.5
--- as_gui.h 2002/11/13 12:38:25 1.4
+++ as_gui.h 2002/11/13 16:36:58 1.5
@@ -4,6 +4,9 @@
#include <qapplication.h>
#include <qmainwindow.h>
#include <qtable.h>
+#include <qmenubar.h>
+#include <qtoolbar.h>
+#include <qstatusbar.h>
#include <qimage.h>
#include <qpushbutton.h>
#include <qlineedit.h>
@@ -53,6 +56,10 @@
QHBoxLayout *m_pControllayout; // Lower control buttons
private:
+ // Don't destroy these, they are owned by QMainWindow
+ QMenuBar *m_pMenubar;
+ QToolBar *m_pToolbar;
+ QStatusBar *m_pStatbar;
};
#endif // TITRAQMWIN_H
|
|