Skip to content

Commit

Permalink
Merge pull request #1 from cvut/dock-nesting
Browse files Browse the repository at this point in the history
Enable dock widows nesting to enable show cache + memory simultaneously
  • Loading branch information
ppisa authored Mar 26, 2020
2 parents 795ba2d + 108852e commit e5a5a3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qtmips_gui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) {
ui = new Ui::MainWindow();
ui->setupUi(this);
setWindowTitle("QtMips");
setDockNestingEnabled(true);

central_window = new QTabWidget(this);
this->setCentralWidget(central_window);
Expand Down

0 comments on commit e5a5a3d

Please sign in to comment.