(#480) Added toolbutton for tiling of windows as a command feature

This commit is contained in:
Magne Sjaastad
2015-09-16 15:46:01 +02:00
parent 1dc7bbe667
commit 4c9b25a85d
7 changed files with 109 additions and 4 deletions

View File

@@ -112,6 +112,8 @@ public:
std::vector<int> windowGeometryForViewer(QWidget* viewer);
std::vector<int> windowGeometryForWidget(QWidget* widget);
void tileWindows();
protected:
virtual void closeEvent(QCloseEvent* event);