KDEUI
kdatetimeedit.h
Go to the documentation of this file.
51 ShowCalendar = 0x00001,
52 ShowDate = 0x00002,
53 ShowTime = 0x00004,
54 ShowTimeSpec = 0x00008,
56 EditDate = 0x00020,
57 EditTime = 0x00040,
59 SelectCalendar = 0x00100,
60 SelectDate = 0x00200,
61 SelectTime = 0x00400,
62 SelectTimeSpec = 0x00800,
63 DatePicker = 0x01000,
64 DateKeywords = 0x02000,
65 ForceTime = 0x04000,
67 };
Definition: kdatetimeedit.h:34
void dateEdited(const QDate &date)
Signal if the date is being manually edited by the user.
void dateTimeChanged(const KDateTime &dateTime)
Signal if the date or time has been changed either manually by the user or programatically.
void dateTimeEdited(const KDateTime &dateTime)
Signal if the date or time is being manually edited by the user.
void dateChanged(const QDate &date)
Signal if the date has been changed either manually by the user or programatically.
void timeEdited(const QTime &time)
Signal if the time is being manually edited by the user.
const KCalendarSystem * calendar() const
Returns a pointer to the Calendar System object used by this widget.
void calendarChanged(KLocale::CalendarSystem calendarSystem)
Signal if the Calendar System has been changed either manually by the user or programatically.
void timeSpecEntered(const KDateTime::Spec &spec)
Signal if the time spec has been changed manually by the user.
void timeSpecChanged(const KDateTime::Spec &spec)
Signal if the time spec has been changed either manually by the user or programatically.
void calendarEntered(KLocale::CalendarSystem calendarSystem)
Signal if the Calendar System has been manually entered by the user.
void timeChanged(const QTime &time)
Signal if the time has been changed either manually by the user or programatically.
void timeEntered(const QTime &time)
Signal if the time has been manually entered by the user.
void dateTimeEntered(const KDateTime &dateTime)
Signal if the date or time has been manually entered by the user.
void dateEntered(const QDate &date)
Signal if the date has been manually entered by the user.
DateFormat
CalendarSystem
Option
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.