#include <FindDialog.h>
Public Slots | |
void | setStartPath () |
Displays the project current folder path. | |
Public Member Functions | |
FindDialog (QWidget *parent=0, Qt::WFlags fl=0) | |
~FindDialog () | |
Protected Slots | |
void | accept () |
Private Attributes | |
QCheckBox * | boxCaseSensitive |
QComboBox * | boxFind |
QCheckBox * | boxFolderNames |
QCheckBox * | boxPartialMatch |
QCheckBox * | boxSubfolders |
QCheckBox * | boxWindowLabels |
QCheckBox * | boxWindowNames |
QPushButton * | buttonCancel |
QPushButton * | buttonFind |
QPushButton * | buttonReset |
QLabel * | labelStart |
FindDialog::FindDialog | ( | QWidget * | parent = 0 , |
|
Qt::WFlags | fl = 0 | |||
) |
FindDialog::~FindDialog | ( | ) |
void FindDialog::accept | ( | ) | [protected, slot] |
void FindDialog::setStartPath | ( | ) | [slot] |
Displays the project current folder path.
QCheckBox* FindDialog::boxCaseSensitive [private] |
QComboBox* FindDialog::boxFind [private] |
QCheckBox* FindDialog::boxFolderNames [private] |
QCheckBox* FindDialog::boxPartialMatch [private] |
QCheckBox* FindDialog::boxSubfolders [private] |
QCheckBox* FindDialog::boxWindowLabels [private] |
QCheckBox* FindDialog::boxWindowNames [private] |
QPushButton* FindDialog::buttonCancel [private] |
QPushButton* FindDialog::buttonFind [private] |
QPushButton* FindDialog::buttonReset [private] |
QLabel* FindDialog::labelStart [private] |