KTimeWidget Class Reference
A time selection widget. More...
#include <ktimewidget.h>
Inheritance diagram for KTimeWidget:

Public Slots | |
void | setTime (const QTime &time) |
Signals | |
void | valueChanged (const QTime &time) |
Public Member Functions | |
KTimeWidget (QWidget *parent=0, const char *name=0) | |
KTimeWidget (const QTime &time, QWidget *parent=0, const char *name=0) | |
virtual | ~KTimeWidget () |
QTime | time () const |
Properties | |
QTime | time |
Detailed Description
A time selection widget.This widget can be used to display or allow user selection of time.

KDE Time Widget
- Author:
- Hans Petter Bieker <bieker@kde.org>
- Since:
- 3.2
Definition at line 37 of file ktimewidget.h.
Constructor & Destructor Documentation
|
Constructs a time selection widget.
Definition at line 15 of file ktimewidget.cpp. |
|
Constructs a time selection widget with the initial time set to
Definition at line 21 of file ktimewidget.cpp. References setTime(). |
|
Destructs the time selection widget.
Definition at line 30 of file ktimewidget.cpp. |
Member Function Documentation
|
Returns the currently selected time.
|
|
Changes the selected time to
Definition at line 48 of file ktimewidget.cpp. Referenced by KTimeWidget(). |
|
Emitted whenever the time of the widget is changed, either with setTime() or via user selection.
|
The documentation for this class was generated from the following files: