libkdepim
#include <kprefsdialog.h>
Public Member Functions | |
KPrefsWidString (KConfigSkeleton::ItemString *item, QWidget *parent=0, KLineEdit::EchoMode echomode=KLineEdit::Normal) | |
virtual | ~KPrefsWidString () |
QLabel * | label () |
KLineEdit * | lineEdit () |
void | readConfig () |
QList< QWidget * > | widgets () const |
void | writeConfig () |
Additional Inherited Members | |
Signals inherited from KPIM::KPrefsWid | |
void | changed () |
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 472 of file kprefsdialog.h.
Constructor & Destructor Documentation
|
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 523 of file kprefsdialog.cpp.
|
virtual |
Destructor.
Definition at line 542 of file kprefsdialog.cpp.
Member Function Documentation
QLabel * KPrefsWidString::label | ( | ) |
Return QLabel used by this widget.
Definition at line 556 of file kprefsdialog.cpp.
KLineEdit * KPrefsWidString::lineEdit | ( | ) |
Return KLineEdit used by this widget.
Definition at line 561 of file kprefsdialog.cpp.
|
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 546 of file kprefsdialog.cpp.
Return a list of widgets used by this control element.
Reimplemented from KPIM::KPrefsWid.
Definition at line 566 of file kprefsdialog.cpp.
|
virtual |
This function is called to write the current setting of the widget to the stored configuration.
Implements KPIM::KPrefsWid.
Definition at line 551 of file kprefsdialog.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.