VPTissue Reference Manual
|
Dialog window for searching strings. More...
#include <MyFindDialog.h>
Signals | |
void | FindNext (QString const &text, bool match_case) |
Emitted when user performs a search query by clicking 'Search' or pressing the Enter button. More... | |
Public Member Functions | |
MyFindDialog (QWidget *parent=0) | |
void | CorrectFocus () |
Sets focus to the text input box so the user can start typing right away. | |
Dialog window for searching strings.
Also has a 'match case' checkbox.
Definition at line 36 of file MyFindDialog.h.
|
signal |
Emitted when user performs a search query by clicking 'Search' or pressing the Enter button.
text | Text the user searches for. |
match_case | Search to be case-sensitive or not. |