diff options
author | Ulf Hermann <[email protected]> | 2016-09-07 18:14:04 +0200 |
---|---|---|
committer | Ulf Hermann <[email protected]> | 2016-10-04 08:29:05 +0000 |
commit | b604b8fc2b6c2dc6a1dc1e1a8b9c616aeb33464b (patch) | |
tree | c7f5631da510f2aa8246e2ffba7f3a84af3e8d36 /src/libs/utils/fancymainwindow.h | |
parent | 9cde684eea1242784fb5471f575c7385d5ff4661 (diff) |
FancyMainWindow: Add an option to hide the central widget
This way the debugger views can take up the whole window, which is
useful for the QML and perf profilers.
Change-Id: Ia4d236e8738a666d2316c05edaf4cf48ac46ffdb
Reviewed-by: hjk <[email protected]>
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/libs/utils/fancymainwindow.h')
-rw-r--r-- | src/libs/utils/fancymainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/utils/fancymainwindow.h b/src/libs/utils/fancymainwindow.h index 50e463b9c0f..728f83cd18e 100644 --- a/src/libs/utils/fancymainwindow.h +++ b/src/libs/utils/fancymainwindow.h @@ -62,6 +62,7 @@ public: QAction *autoHideTitleBarsAction() const; QAction *menuSeparator2() const; QAction *resetLayoutAction() const; + QAction *showCentralWidgetAction() const; void addDockActionsToMenu(QMenu *menu); bool autoHideTitleBars() const; |