KPrefsWidString Class Reference
Widgets for string settings in KPrefsDialog. More...
#include <kprefsdialog.h>
Inheritance diagram for KPrefsWidString:

Public Member Functions | |
KPrefsWidString (KConfigSkeleton::ItemString *item, QWidget *parent, QLineEdit::EchoMode echomode=QLineEdit::Normal) | |
virtual | ~KPrefsWidString () |
QLabel * | label () |
QLineEdit * | lineEdit () |
void | readConfig () |
void | writeConfig () |
QValueList< QWidget * > | widgets () const |
Detailed Description
Widgets for string settings in KPrefsDialog.This class provides a control element for configuring string values. It is meant to be used by KPrefsDialog. The user is responsible for the layout management.
Definition at line 336 of file kprefsdialog.h.
Constructor & Destructor Documentation
|
Create a string value control element consisting of a test label and a line edit.
Definition at line 348 of file kprefsdialog.cpp. References KPrefsWid::changed(), and KPrefsWidString(). Referenced by KPrefsWidString(). |
|
Destructor.
Definition at line 364 of file kprefsdialog.cpp. |
Member Function Documentation
|
Return QLabel used by this widget.
Definition at line 378 of file kprefsdialog.cpp. |
|
Return QLineEdit used by this widget.
Definition at line 383 of file kprefsdialog.cpp. |
|
This function is called to read value of the setting from the stored configuration and display it in the widget.
Implements KPrefsWid. Definition at line 368 of file kprefsdialog.cpp. |
|
This function is called to write the current setting of the widget to the stored configuration.
Implements KPrefsWid. Definition at line 373 of file kprefsdialog.cpp. |
|
Return a list of widgets used by this control element.
Reimplemented from KPrefsWid. Definition at line 388 of file kprefsdialog.cpp. References widgets(). Referenced by widgets(). |
The documentation for this class was generated from the following files: