#include <finddlg.h>
Inheritance diagram for FindDlg:
Public Slots | |
void | find () |
Signals | |
void | foundString (QString str) |
Public Member Functions | |
FindDlg (CUTEView *parent) | |
FindDlg () | |
void | findPrev () |
void | show (CUTEView *) |
Protected Member Functions | |
void | showEvent (QShowEvent *) |
void | hideEvent (QHideEvent *) |
void | findAll () |
|
constructs a Find Dialog searching in parent |
|
default ctor does nothing |
|
finds a string in the text area |
|
finds all strings in text in order to insert search results in search docklet |
|
find previous occurence |
|
emitted when string is found |
|
shows dialog with given view as current view |
|
called when dialog is shown |