org.kde.koala
public class KDateTimeWidget extends QWidget
Version: $Id: KDateTimeWidget.java 473384 2005-10-23 14:17:09Z rdale $
See Also: KDateWidget
UNKNOWN: A combination of a date and a time selection widget.
Constructor Summary | |
---|---|
protected | KDateTimeWidget(Class dummy) |
KDateTimeWidget(QWidget parent, String name)
Constructs a date and time selection widget. | |
KDateTimeWidget(QWidget parent) | |
KDateTimeWidget() | |
KDateTimeWidget(Calendar datetime, QWidget parent, String name)
Constructs a date and time selection widget with the initial date and
time set to datetime. | |
KDateTimeWidget(Calendar datetime, QWidget parent) | |
KDateTimeWidget(Calendar datetime) |
Method Summary | |
---|---|
String | className() |
Calendar | dateTime()
Returns the currently selected date and time. |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
void | setDateTime(Calendar datetime)
Changes the selected date and time to datetime. |
UNKNOWN: Constructs a date and time selection widget.
datetime.
UNKNOWN: Constructs a date and time selection widget with the initial date and time set to datetime.
UNKNOWN: Returns the currently selected date and time.
datetime.
UNKNOWN: Changes the selected date and time to datetime.