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

Public Methods | |
KPrefsWidInt (KConfigSkeleton::ItemInt *item, QWidget *parent) | |
QLabel * | label () |
QSpinBox * | spinBox () |
void | readConfig () |
void | writeConfig () |
QValueList< QWidget * > | widgets () const |
Detailed Description
Widgets for int settings in KPrefsDialog.This class provides a control element for configuring integer values. It is meant to be used by KPrefsDialog. The user is responsible for the layout management.
Definition at line 114 of file kprefsdialog.h.
Constructor & Destructor Documentation
|
Create a integer value control element consisting of a label and a spinbox.
Definition at line 129 of file kprefsdialog.cpp. References QWhatsThis::add(), KPrefsWid::changed(), QObject::connect(), QString::isEmpty(), QObject::parent(), and QLabel::setBuddy(). |
Member Function Documentation
|
Return QLabel used by this control element.
Definition at line 154 of file kprefsdialog.cpp. |
|
Return the QSpinBox used by this control element.
Definition at line 159 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 144 of file kprefsdialog.cpp. References QSpinBox::setValue(). |
|
This function is called to write the current setting of the widget to the stored configuration.
Implements KPrefsWid. Definition at line 149 of file kprefsdialog.cpp. References QSpinBox::value(). |
|
Return a list of widgets used by this control element.
Reimplemented from KPrefsWid. Definition at line 164 of file kprefsdialog.cpp. References QValueList::append(), and widgets(). Referenced by widgets(). |
The documentation for this class was generated from the following files: