#include <kdatewidget.h>
Signals | |
| void | changed (QDate) |
Public Methods | |
| KDateWidget (QWidget *parent=0, const char *name=0) | |
| KDateWidget (QDate date, QWidget *parent=0, const char *name=0) | |
| virtual | ~KDateWidget () |
| QDate | date () const |
| void | setDate (QDate date) |
This widget can be used to display or allow user selection of a date.
Definition at line 33 of file kdatewidget.h.
|
||||||||||||
|
Constructs a date selection widget. |
|
||||||||||||||||
|
Constructs a date selection widget with the initial date set to |
|
|
Destructs the date selection widget. |
|
|
Emitted whenever the date of the widget is changed, either with setDate() or via user selection. |
|
|
Returns the currently selected date. |
|
|
Changes the selected date to |
1.2.18