Skip to content

Commit

Permalink
remove other toolbar and reference to old toolbar. fixes previous
Browse files Browse the repository at this point in the history
commit.
  • Loading branch information
InspectorConstructor committed Aug 28, 2019
1 parent 5fd80df commit 67ffa82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ MainWindow::MainWindow(QWidget *parent) :
m_split_sav(nullptr)
{
ui->setupUi(this);
ui->toolBar->setHidden(true);

// todo: use statusBar to indicate status
// ui->statusBar->showMessage("welcome", 5000);
Expand Down
8 changes: 0 additions & 8 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -264,14 +264,6 @@
</rect>
</property>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionHome">
<property name="text">
Expand Down

0 comments on commit 67ffa82

Please sign in to comment.