summaryrefslogtreecommitdiffstats
path: root/mappingtreewidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-11-24 05:19:58 +0100
committerArno <arno@disconnect.de>2018-11-24 05:19:58 +0100
commit95f1c55f09068b2259ddad2b042fd329478a6111 (patch)
treead252b691644d1180e422a96f64515b846fc2d50 /mappingtreewidget.h
parent58135020d8712d95165aac4ddab069f519084ad4 (diff)
downloadSheMov-95f1c55f09068b2259ddad2b042fd329478a6111.tar.gz
SheMov-95f1c55f09068b2259ddad2b042fd329478a6111.tar.bz2
SheMov-95f1c55f09068b2259ddad2b042fd329478a6111.zip
Harmonize filter bars
MovieWidget and PictureWidget both have filter bars on top of the left tree, but the buttons were different. Change it to enhance user experience :)
Diffstat (limited to 'mappingtreewidget.h')
-rw-r--r--mappingtreewidget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/mappingtreewidget.h b/mappingtreewidget.h
index 7a7bfd0..b6bbd57 100644
--- a/mappingtreewidget.h
+++ b/mappingtreewidget.h
@@ -62,11 +62,8 @@ class MappingTreeWidget : public QWidget {
QStringListModel *mTypesModel;
QComboBox *mTypeBox;
QLineEdit *mFilter;
- QPushButton *mDoFilter;
- QPushButton *mClearFilter;
QPushButton *mAddType;
QPushButton *mDeleteType;
- QPushButton *mRefresh;
QAction *mAddChildA;
QAction *mAddActorA;
QAction *mDeleteChildA;