Update the tool window to use tabbed windows

This commit is contained in:
Ryan Huffman 2014-11-25 14:11:04 -08:00
parent 2c524cd70c
commit fc5adef501

View file

@ -21,6 +21,7 @@ ToolWindow::ToolWindow(QWidget* parent) :
_hasShown(false),
_lastGeometry() {
setDockOptions(QMainWindow::ForceTabbedDocks);
Application::getInstance()->installEventFilter(this);
}