Element panel widget : remove the clear button, and use instead the clear button provided by QLineEdit

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3811 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2015-03-05 16:35:12 +00:00
parent 3556a8ad3e
commit 431028a86a
2 changed files with 6 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ class ElementsPanelWidget : public QWidget {
// attributes
private:
ElementsPanel *elements_panel;
QToolBar *toolbar, *filter_toolbar;
QToolBar *toolbar;
QAction *open_directory, *copy_path;
QAction *reload;
QAction *new_category, *edit_category, *delete_category;
@@ -48,7 +48,6 @@ class ElementsPanelWidget : public QWidget {
QAction *tbt_add, *tbt_edit, *tbt_remove;
QAction *copy_elements_, *move_elements_, *cancel_elements_;
QMenu *context_menu;
QAction *erase_textfield;
QLineEdit *filter_textfield;
ElementsCollectionItem *dnd_item_src_, *dnd_item_dst_;
QProgressBar *progress_bar_;
@@ -72,7 +71,6 @@ class ElementsPanelWidget : public QWidget {
void requestForDiagramMoveDownx10(Diagram *);
public slots:
void clearFilterTextField();
void openDirectoryForSelectedItem();
void copyPathForSelectedItem();
void reloadAndFilter();