org.kde.koala
public class KTimeWidget extends QWidget
UNKNOWN: A time selection widget.
| Constructor Summary | |
|---|---|
| protected | KTimeWidget(Class dummy) |
| KTimeWidget(QWidget parent, String name)
Constructs a time selection widget. | |
| KTimeWidget(QWidget parent) | |
| KTimeWidget() | |
| KTimeWidget(Date time, QWidget parent, String name)
Constructs a time selection widget with the initial time set to
time. | |
| KTimeWidget(Date time, QWidget parent) | |
| KTimeWidget(Date time) | |
| Method Summary | |
|---|---|
| String | className() |
| 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 | setTime(Date time)
Changes the selected time to time. |
| Date | time()
Returns the currently selected time. |
UNKNOWN: Constructs a time selection widget.
time.UNKNOWN: Constructs a time selection widget with the initial time set to time.
time.UNKNOWN: Changes the selected time to time.
UNKNOWN: Returns the currently selected time.