Genericproject: Add "hide files" option to file selection dialog

Task-Nr: QTCREATORBUG-2087

Change-Id: Ie6c47b19e5e9214b0978007bf080e7e6e6b52d1f
Reviewed-on: http://codereview.qt.nokia.com/765
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Daniel Teske
2011-06-28 18:57:16 +02:00
parent a46b06e876
commit 5fcdc85b91
4 changed files with 262 additions and 10 deletions

View File

@@ -53,11 +53,15 @@ public:
QStringList selectedFiles() const;
QStringList selectedPaths() const;
private slots:
void applyFilter();
void parsingProgress(const QString &text);
void parsingFinished();
private:
GenericProjectWizardDialog *m_genericProjectWizardDialog;
SelectableFilesModel *m_model;
QLabel *m_filterLabel;
QLineEdit *m_filterLineEdit;
QPushButton *m_applyFilterButton;
QTreeView *m_view;
QLabel *m_label;
bool m_finished;