libkdepim
KPIM::KPrefsWidString Class Reference
#include <kprefsdialog.h>

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 466 of file kprefsdialog.h.
Public Member Functions | |
| KPrefsWidString (KConfigSkeleton::ItemString *item, QWidget *parent=0, KLineEdit::EchoMode echomode=KLineEdit::Normal) | |
| QLabel * | label () |
| KLineEdit * | lineEdit () |
| void | readConfig () |
| QList< QWidget * > | widgets () const |
| void | writeConfig () |
| virtual | ~KPrefsWidString () |
Constructor & Destructor Documentation
| KPrefsWidString::KPrefsWidString | ( | KConfigSkeleton::ItemString * | item, | |
| QWidget * | parent = 0, |
|||
| KLineEdit::EchoMode | echomode = KLineEdit::Normal | |||
| ) | [explicit] |
Create a string value control element consisting of a test label and a line edit.
- Parameters:
-
item The KConfigSkeletonItem representing the preferences entry. parent Parent widget. echomode Describes how a line edit should display its contents.
Definition at line 520 of file kprefsdialog.cpp.
| KPrefsWidString::~KPrefsWidString | ( | ) | [virtual] |
Member Function Documentation
| QLabel * KPrefsWidString::label | ( | ) |
| KLineEdit * KPrefsWidString::lineEdit | ( | ) |
| void KPrefsWidString::readConfig | ( | ) | [virtual] |
This function is called to read value of the setting from the stored configuration and display it in the widget.
Implements KPIM::KPrefsWid.
Definition at line 545 of file kprefsdialog.cpp.
Return a list of widgets used by this control element.
Reimplemented from KPIM::KPrefsWid.
Definition at line 565 of file kprefsdialog.cpp.
| void KPrefsWidString::writeConfig | ( | ) | [virtual] |
This function is called to write the current setting of the widget to the stored configuration.
Implements KPIM::KPrefsWid.
Definition at line 550 of file kprefsdialog.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference