KDEUI
kdatetimeedit.h
Go to the documentation of this file.
38 Q_PROPERTY(QTime time READ time WRITE setTime NOTIFY timeChanged USER true)
40 Q_PROPERTY(Options options READ options WRITE setOptions)
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,
66 WarnOnInvalid = 0x08000
CalendarSystem
Definition: kdatetimeedit.h:33
DateFormat
Option
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.