forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user