KDEUI
kdatepicker.h
Go to the documentation of this file.
222 friend class KDatePickerPrivate;
bool setCalendar(KCalendarSystem *calendar=0)
Changes the calendar system to use.
Definition kdatepicker.cpp:401
void dateEntered(const QDate &date)
This signal is emitted when enter is pressed and a VALID date has been entered before into the line e...
void dateSelected(const QDate &date)
This signal is emitted each time a day has been selected by clicking on the table (hitting a day in t...
bool setCalendarSystem(KLocale::CalendarSystem calendarSystem)
Definition kdatepicker.cpp:411
void dateChanged(const QDate &date)
This signal is emitted each time the selected date is changed.
void setCloseButton(bool enable)
By calling this method with enable = true, KDatePicker will show a little close-button in the upper b...
Definition kdatepicker.cpp:645
virtual bool eventFilter(QObject *o, QEvent *e)
to catch move keyEvents when QLineEdit has keyFocus
Definition kdatepicker.cpp:336
const KCalendarSystem * calendar() const
Returns the currently selected calendar system.
Definition kdatepicker.cpp:396
void tableClicked()
This signal is emitted when the day has been selected by clicking on it in the table.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.