46 FindDialog( QWidget* parent = 0, Qt::WFlags fl = 0 );
75 #endif // exportDialog_H
QPushButton * buttonReset
Definition: FindDialog.h:52
QPushButton * buttonFind
Definition: FindDialog.h:50
QLabel * labelStart
Definition: FindDialog.h:54
~FindDialog()
Definition: FindDialog.cpp:142
QCheckBox * boxCaseSensitive
Definition: FindDialog.h:61
QComboBox * boxFind
Definition: FindDialog.h:55
QCheckBox * boxFolderNames
Definition: FindDialog.h:59
Find dialog.
Definition: FindDialog.h:41
QCheckBox * boxSubfolders
Definition: FindDialog.h:63
QPushButton * buttonCancel
Definition: FindDialog.h:51
QCheckBox * boxWindowLabels
Definition: FindDialog.h:58
void accept()
Definition: FindDialog.cpp:128
QCheckBox * boxWindowNames
Definition: FindDialog.h:57
void setStartPath()
Displays the project current folder path.
Definition: FindDialog.cpp:122
QCheckBox * boxPartialMatch
Definition: FindDialog.h:62
FindDialog(QWidget *parent=0, Qt::WFlags fl=0)
Definition: FindDialog.cpp:43