Skip to content

Commit

Permalink
removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
issakomi committed May 30, 2024
1 parent f6d75ad commit c376bc4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions browser/sqtree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ SQtree::SQtree(bool t) : in_tabwidget(t)
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
textEdit->hide();
horizontalSlider->hide();
#if 1
options_toolButton->hide();
#endif
copyAct = new QAction(QString("Copy selected text"), this);
expandAct = new QAction(QString("Expand child items"), this);
collapseAct = new QAction(QString("Collapse child items"), this);
Expand Down
18 changes: 0 additions & 18 deletions browser/sqtree.ui
Original file line number Diff line number Diff line change
Expand Up @@ -87,23 +87,6 @@
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="options_toolButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../alizams.qrc">
<normaloff>:/bitmaps/tool.svg</normaloff>:/bitmaps/tool.svg</iconset>
</property>
</widget>
</item>
</layout>
</item>
<item>
Expand Down Expand Up @@ -214,7 +197,6 @@
<tabstop>pushButton</tabstop>
<tabstop>scan_pushButton</tabstop>
<tabstop>lineEdit</tabstop>
<tabstop>options_toolButton</tabstop>
<tabstop>horizontalSlider</tabstop>
<tabstop>ms_lineEdit</tabstop>
<tabstop>ts_lineEdit</tabstop>
Expand Down

0 comments on commit c376bc4

Please sign in to comment.