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>
This commit is contained in:
Boris Barbulovski 2014-01-14 18:36:07 +01:00 committed by Dirk Hohndel
parent 349f3e9cde
commit 7d741a0022
3 changed files with 26 additions and 0 deletions

View file

@ -87,6 +87,7 @@ private slots:
void on_actionViewAll_triggered();
void on_actionPreviousDC_triggered();
void on_actionNextDC_triggered();
void on_actionFullScreen_triggered(bool checked);
/* other menu actions */
void on_actionSelectEvents_triggered();