FindForm Class Reference

The form for the find dialog (it is basically the same as FindReplaceForm without the replace related widgets). More...

#include <findform.h>

Inheritance diagram for FindForm:
Inheritance graph
[legend]

List of all members.

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)

Detailed Description

The form for the find dialog (it is basically the same as FindReplaceForm without the replace related widgets).


Constructor & Destructor Documentation

FindForm::FindForm ( QWidget *  parent = 0  ) 
FindForm::~FindForm (  ) 

Member Function Documentation

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.

Parameters:
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.

Parameters:
settings 
prefix the prefix to insert in the settings

Reimplemented from FindReplaceForm.


Generated on Sat Nov 28 18:30:56 2009 for QtFindReplaceDialog User's Guide by  doxygen 1.6.1