Janitor : Improve Ensemble File Search dialog

- auto search on launch
- add recently used history to file filter
This commit is contained in:
Magne Sjaastad
2021-09-09 11:19:22 +02:00
parent 0e0bd751f6
commit c603e6fe90
2 changed files with 71 additions and 27 deletions

View File

@@ -89,8 +89,11 @@ private:
QStringList createFileNameFilterList();
static QString replaceWithRealizationStar( const QString& text );
static void populateComboBoxHistoryFromRegistry( QComboBox* comboBox, const QString& registryKey );
private slots:
void slotFilterChanged( const QString& text );
void slotPathFilterChanged( const QString& text );
void slotFileFilterChanged( const QString& text );
void slotBrowseButtonClicked();
void slotUseRealizationStarClicked();
void slotFindOrCancelButtonClicked();
@@ -111,7 +114,7 @@ private:
QCheckBox* m_useRealizationStarCheckBox;
QLabel* m_fileFilterLabel;
QLineEdit* m_fileFilterField;
QComboBox* m_fileFilterField;
QLabel* m_effectiveFilterLabel;
QLabel* m_effectiveFilterContentLabel;