libkdepim
#include <kprefsdialog.h>
Public Member Functions | |
KPrefsWidDuration (KConfigSkeleton::ItemDateTime *item, const QString &format, QWidget *parent=0) | |
QLabel * | label () |
void | readConfig () |
QTimeEdit * | timeEdit () |
void | writeConfig () |
Public Member Functions inherited from KPIM::KPrefsWid | |
virtual QList< QWidget * > | widgets () const |
Additional Inherited Members | |
Signals inherited from KPIM::KPrefsWid | |
void | changed () |
Detailed Description
Widgets for duration settings in KPrefsDialog.
This class provides a control element for configuring duration values. It is meant to be used by KPrefsDialog. The user is responsible for the layout management.
Definition at line 209 of file kprefsdialog.h.
Constructor & Destructor Documentation
|
explicit |
Create a duration value control element consisting of a label and a spinbox.
- Parameters
-
item The KConfigSkeletonItem representing the preferences entry. format display format. default is "hh:mm:ss" parent Parent widget.
Definition at line 344 of file kprefsdialog.cpp.
Member Function Documentation
QLabel * KPrefsWidDuration::label | ( | ) |
Return QLabel used by this widget.
Definition at line 381 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 369 of file kprefsdialog.cpp.
QTimeEdit * KPrefsWidDuration::timeEdit | ( | ) |
Return QSpinBox used by this widget.
Definition at line 386 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 374 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.