39 void findFrameWithFilter(QString &filter);
42 virtual void keyPressEvent(QKeyEvent *event);
43 void changeEvent(QEvent* event);
46 QComboBox* searchInComboBox()
const;
50 void applyRecentSearchSettings();
52 Ui::SearchFrame *sf_ui_;
58 void on_searchInComboBox_currentIndexChanged(
int idx);
59 void on_charEncodingComboBox_currentIndexChanged(
int idx);
60 void on_caseCheckBox_toggled(
bool checked);
61 void on_searchTypeComboBox_currentIndexChanged(
int idx);
62 void on_searchLineEdit_textChanged(
const QString &);
63 void on_dirCheckBox_toggled(
bool checked);
64 void on_multipleCheckBox_toggled(
bool checked);
65 void on_findButton_clicked();
66 void on_cancelButton_clicked();