forked from qt-creator/qt-creator
		
	implement "real" full screen mode
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user