|
|
This widget can be used to display or allow user selection of a date.
See also: KDatePicker
KDateWidget ( QWidget *parent=0, const char *name=0 )
| KDateWidget |
Constructs a date selection widget.
KDateWidget ( QDate date, QWidget *parent=0, const char *name=0 )
| KDateWidget |
Constructs a date selection widget with the initial date set to date
.
~KDateWidget ()
| ~KDateWidget |
[virtual]
Destructs the date selection widget.
QDate date ()
| date |
[const]
Returns the currently selected date.
void setDate (QDate date)
| setDate |
Changes the selected date to date
.
void changed (QDate)
| changed |
[signal]
Emitted whenever the date of the widget is changed, either with setDate() or via user selection.
void init ()
| init |
[protected]
void slotDateChanged ()
| slotDateChanged |
[protected slots slot]
void virtual_hook ( int id, void* data )
| virtual_hook |
[protected virtual]