A find dialog (it is basically the same as FindReplaceDialog without the replace related widgets). More...
#include <finddialog.h>
Public Member Functions | |
FindDialog (QWidget *parent=0) | |
~FindDialog () | |
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. |
A find dialog (it is basically the same as FindReplaceDialog without the replace related widgets).
FindDialog::FindDialog | ( | QWidget * | parent = 0 |
) |
FindDialog::~FindDialog | ( | ) |
void FindDialog::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 FindReplaceDialog.
void FindDialog::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 FindReplaceDialog.