diff options
author | Boris Barbulovski <bbarbulovski@gmail.com> | 2014-01-14 18:36:07 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-15 06:28:01 +0700 |
commit | 7d741a0022a82cc68a484a9e050eff686ff8bc03 (patch) | |
tree | 1ebf1fccd0a8a2a6ec7e0b1b0c0d6c8cba162ee5 /qt-ui/mainwindow.ui | |
parent | 349f3e9cdef4b05fa6bfd3171f59339fb18fe1d1 (diff) | |
download | subsurface-7d741a0022a82cc68a484a9e050eff686ff8bc03.tar.gz |
Add-main-window-full-screen-feature
This patch enables main window full screen mode by menu toggle or pressing
F11.
[Dirk Hohndel: whitespace cleanup]
Signed-off-by: Boris Barbulovski <bbarbulovski@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 3748f5950..854c9cdd3 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -178,6 +178,7 @@ <addaction name="actionPreviousDC"/> <addaction name="actionNextDC"/> <addaction name="separator"/> + <addaction name="actionFullScreen"/> </widget> <widget class="QMenu" name="menuFilter"> <property name="title"> @@ -465,6 +466,20 @@ <string>Import from Divelogs.de</string> </property> </action> + <action name="actionFullScreen"> + <property name="checkable"> + <bool>true</bool> + </property> + <property name="text"> + <string>&Full Screen</string> + </property> + <property name="toolTip"> + <string>Toggle Full Screen</string> + </property> + <property name="shortcut"> + <string>F11</string> + </property> + </action> </widget> <customwidgets> <customwidget> |