class KDateWidget |
|
A pushbutton to display or allow user selection of a date.
This widget can be used to display or allow user selection of a date. See also KDatePicker |
|
Constructs a date selection widget. |
|
Constructs a date selection widget with the initial date set to date. |
|
Returns the currently selected calendar system.
Returns a KCalendarSystem object |
|
Emitted whenever the date of the widget is changed, either with setDate() or via user selection. |
|
Returns the currently selected date. |
|
|
Changes the calendar system to use. Can use its own local locale if set.
calendar - the calendar system object to use, defaults to global Returns true if the calendar system was successfully set, false otherwise |
|
Changes the calendar system to use. Will always use global locale.
calendarType - the calendar system type to use Returns true if the calendar system was successfully set, false otherwise |
|
Changes the selected date to date.
Returns true if the date was successfully set, false otherwise |
|