55 QQuickItem *
circle()
const;
71 bool m_prefer24Hour =
true;
72 QQuickItem *m_circle =
nullptr;
Definition TimeSelector.qml:19
Mode mode
Definition timeselector.h:23
bool prefer24Hour
Definition timeselector.h:25
QTime selectedTime
Definition timeselector.h:27
void setPrefer24Hour(bool value)
Definition timeselector.cpp:56
void setMode(Mode mode)
Definition timeselector.cpp:28
void prefer24HourChanged()
void setSelectedTime(const QTime &time)
Definition timeselector.cpp:88
TimeMode
Definition timeselector.h:38
@ AM
Definition timeselector.h:39
@ PM
Definition timeselector.h:40
Mode
Definition timeselector.h:30
@ Hour
Definition timeselector.h:32
@ Second
Definition timeselector.h:34
@ None
Definition timeselector.h:31
@ Minute
Definition timeselector.h:33
void setTimeMode(TimeMode timeMode)
Definition timeselector.cpp:42
QQuickItem * circle
Definition timeselector.h:26
void selectedTimeChanged()
void setCircle(QQuickItem *circle)
Definition timeselector.cpp:70
TimeMode timeMode
Definition timeselector.h:24