65 #include <Qsci/qsciscintilla.h>
68 class QDialogButtonBox;
82 #ifdef HAVE_QSCI_FINDSELECTION
83 void handle_sel_search_changed (
int);
84 void handle_selection_changed (
bool has_selected);
89 void find (
bool forward =
true);
124 #endif // FIND_DIALOG_H
void find(bool forward=true)
QCheckBox * _search_selection_check_box
QPushButton * _find_prev_button
void handle_backward_search_changed(int)
void no_matches_message()
bool _find_result_available
find_dialog(QsciScintilla *edit_area, QWidget *parent=0)
QPushButton * _replace_all_button
QPushButton * _more_button
QCheckBox * _whole_words_check_box
QLineEdit * _replace_line_edit
QCheckBox * _backward_check_box
QLineEdit * _search_line_edit
QCheckBox * _regex_check_box
void handle_search_text_changed(QString new_search_text)
QCheckBox * _case_check_box
QDialogButtonBox * _button_box
QCheckBox * _wrap_check_box
QPushButton * _find_next_button
QsciScintilla * _edit_area
QPushButton * _replace_button
QCheckBox * _from_start_check_box