The form for the find dialog (it is basically the same as FindReplaceForm without the replace related widgets). More...
#include <findform.h>

Public Member Functions | |
| FindForm (QWidget *parent=0) | |
| ~FindForm () | |
| virtual void | writeSettings (QSettings &settings, const QString &prefix="FindDialog") |
| Writes the state of the form to the passed settings. | |
| virtual void | readSettings (QSettings &settings, const QString &prefix="FindDialog") |
| Reads the state of the form from the passed settings. | |
Protected Member Functions | |
| void | changeEvent (QEvent *e) |
The form for the find dialog (it is basically the same as FindReplaceForm without the replace related widgets).
| FindForm::FindForm | ( | QWidget * | parent = 0 |
) |
| FindForm::~FindForm | ( | ) |
| void FindForm::changeEvent | ( | QEvent * | e | ) | [protected] |
Reimplemented from FindReplaceForm.
| void FindForm::readSettings | ( | QSettings & | settings, | |
| const QString & | prefix = "FindDialog" | |||
| ) | [virtual] |
Reads the state of the form from the passed settings.
| settings | ||
| prefix | the prefix to look for in the settings |
Reimplemented from FindReplaceForm.
| void FindForm::writeSettings | ( | QSettings & | settings, | |
| const QString & | prefix = "FindDialog" | |||
| ) | [virtual] |
Writes the state of the form to the passed settings.
| settings | ||
| prefix | the prefix to insert in the settings |
Reimplemented from FindReplaceForm.
1.6.1