summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-10-18 12:36:03 (UTC)
committer harlekin <harlekin>2002-10-18 12:36:03 (UTC)
commit605e9ccf2bcfa8e16059a1ce023baa2c41d47c88 (patch) (unidiff)
treeae5cb69ae02bc8be987a2aab8beb1e48cb9e0c52
parentd810fe01a5b7356c65c034bfc808688c399dfd81 (diff)
downloadopie-605e9ccf2bcfa8e16059a1ce023baa2c41d47c88.zip
opie-605e9ccf2bcfa8e16059a1ce023baa2c41d47c88.tar.gz
opie-605e9ccf2bcfa8e16059a1ce023baa2c41d47c88.tar.bz2
back from fullscreen now right reparented
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/mainwindow.h b/noncore/apps/opie-console/mainwindow.h
index 7d074b6..cc4ef76 100644
--- a/noncore/apps/opie-console/mainwindow.h
+++ b/noncore/apps/opie-console/mainwindow.h
@@ -70,52 +70,54 @@ private slots:
70 void slotKeyReceived(ushort, ushort, bool, bool, bool); 70 void slotKeyReceived(ushort, ushort, bool, bool, bool);
71 71
72private: 72private:
73 void initUI(); 73 void initUI();
74 void populateProfiles(); 74 void populateProfiles();
75 void create( const Profile& ); 75 void create( const Profile& );
76 /** 76 /**
77 * the current session 77 * the current session
78 */ 78 */
79 Session* m_curSession; 79 Session* m_curSession;
80 80
81 /** 81 /**
82 * the session list 82 * the session list
83 */ 83 */
84 QList<Session> m_sessions; 84 QList<Session> m_sessions;
85 85
86 /** 86 /**
87 * the metafactory 87 * the metafactory
88 */ 88 */
89 MetaFactory* m_factory; 89 MetaFactory* m_factory;
90 ProfileManager* m_manager; 90 ProfileManager* m_manager;
91 91
92 TabWidget* m_consoleWindow; 92 TabWidget* m_consoleWindow;
93 QToolBar* m_tool; 93 QToolBar* m_tool;
94 QToolBar* m_icons; 94 QToolBar* m_icons;
95 QToolBar* m_keyBar; 95 QToolBar* m_keyBar;
96 QToolBar* m_buttonBar; 96 QToolBar* m_buttonBar;
97 QMenuBar* m_bar; 97 QMenuBar* m_bar;
98 QPopupMenu* m_console; 98 QPopupMenu* m_console;
99 QPopupMenu* m_settings; 99 QPopupMenu* m_settings;
100 QPopupMenu* m_sessionsPop; 100 QPopupMenu* m_sessionsPop;
101 QPopupMenu* m_scripts; 101 QPopupMenu* m_scripts;
102 QAction* m_connect; 102 QAction* m_connect;
103 QAction* m_disconnect; 103 QAction* m_disconnect;
104 QAction* m_terminate; 104 QAction* m_terminate;
105 QAction* m_transfer; 105 QAction* m_transfer;
106 QAction* m_setProfiles; 106 QAction* m_setProfiles;
107 QAction* m_openKeys; 107 QAction* m_openKeys;
108 QAction* m_openButtons; 108 QAction* m_openButtons;
109 QAction* m_recordScript; 109 QAction* m_recordScript;
110 QAction* m_saveScript; 110 QAction* m_saveScript;
111 QAction* m_runScript; 111 QAction* m_runScript;
112 QAction* m_fullscreen; 112 QAction* m_fullscreen;
113 QAction* m_closewindow; 113 QAction* m_closewindow;
114 114
115 FunctionKeyboard *m_kb; 115 FunctionKeyboard *m_kb;
116 QuickButton *m_qb; 116 QuickButton *m_qb;
117 bool m_isFullscreen; 117 bool m_isFullscreen;
118
119 QWidget* savedParentFullscreen;
118}; 120};
119 121
120 122
121#endif 123#endif