KDEUI
#include <kdatetimewidget.h>
Public Slots | |
void | setDateTime (const QDateTime &datetime) |
Signals | |
void | valueChanged (const QDateTime &datetime) |
Public Member Functions | |
KDateTimeWidget (QWidget *parent=0) | |
KDateTimeWidget (const QDateTime &datetime, QWidget *parent=0) | |
virtual | ~KDateTimeWidget () |
QDateTime | dateTime () const |
Properties | |
QDateTime | dateTime |
Detailed Description
A combination of a date and a time selection widget.
This widget can be used to display or allow user selection of date and time.
- See also
- KDateWidget
Definition at line 39 of file kdatetimewidget.h.
Constructor & Destructor Documentation
|
explicit |
Constructs a date and time selection widget.
Definition at line 37 of file kdatetimewidget.cpp.
Constructs a date and time selection widget with the initial date and time set to datetime
.
Definition at line 44 of file kdatetimewidget.cpp.
|
virtual |
Destructs the date and time selection widget.
Definition at line 55 of file kdatetimewidget.cpp.
Member Function Documentation
QDateTime KDateTimeWidget::dateTime | ( | ) | const |
Returns the currently selected date and time.
|
slot |
Changes the selected date and time to datetime
.
Definition at line 76 of file kdatetimewidget.cpp.
|
signal |
Emitted whenever the date or time of the widget is changed, either with setDateTime() or via user selection.
Property Documentation
|
readwrite |
Definition at line 42 of file kdatetimewidget.h.
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:49:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.