diff options
author | Arno <arno@disconnect.de> | 2018-11-24 05:19:58 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-11-24 05:19:58 +0100 |
commit | 95f1c55f09068b2259ddad2b042fd329478a6111 (patch) | |
tree | ad252b691644d1180e422a96f64515b846fc2d50 /mappingtreewidget.h | |
parent | 58135020d8712d95165aac4ddab069f519084ad4 (diff) | |
download | SheMov-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.h | 3 |
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; |