implement "real" full screen mode

This commit is contained in:
hjk
2009-01-19 14:12:39 +01:00
parent cc5ff1ec74
commit 76b3341009
3 changed files with 29 additions and 1 deletions

View File

@@ -137,6 +137,7 @@ public slots:
void newFile();
void openFileWith();
void exit();
void setFullScreen(bool on);
QStringList showNewItemDialog(const QString &title,
const QList<IWizard *> &wizards,
@@ -213,6 +214,7 @@ private:
QAction *m_exitAction;
QAction *m_optionsAction;
QAction *m_toggleSideBarAction;
QAction *m_toggleFullScreenAction;
#ifdef Q_OS_MAC
QAction *m_minimizeAction;
QAction *m_zoomAction;