17#include <QTextDocument>
31 QHBoxLayout* searchbox;
33 QFormLayout* formlayout;
34 QLineEdit* searchline;
35 QPushButton* searchbutton;
37 QCheckBox* matchwholeword;
The implementation of a find dialog.
Definition: cFindDialog.h:24
cFindDialog(QWidget *parent=(QWidget *) 0)
The constructor.
Definition: cFindDialog.cpp:6
~cFindDialog()
The destructor.
Definition: cFindDialog.cpp:31