1 #ifndef MY_FINDDIALOG_H_INCLUDED
2 #define MY_FINDDIALOG_H_INCLUDED
26 #include <QPushButton>
57 void FindNext(QString
const & text,
bool match_case);
60 QPushButton* m_close_button;
61 QPushButton* m_find_button;
64 QCheckBox* m_match_case;
70 #endif // end_of_inclde_guard
void CorrectFocus()
Sets focus to the text input box so the user can start typing right away.
Dialog window for searching strings.
see the online Qt documentation
void FindNext(QString const &text, bool match_case)
Emitted when user performs a search query by clicking 'Search' or pressing the Enter button...
Namespace for generic graphical shell for simulators.
see the online Qt documentation