kalarm/lib
timeedit.h
Go to the documentation of this file.
int minute() const
virtual void setReadOnly(bool readOnly)
Sets whether the widget is read-only for the user.
Definition: timeedit.cpp:52
int minimum() const
Returns the minimum value of the widget in minutes.
Definition: timeedit.cpp:113
int maximum() const
Returns the maximum value of the widget in minutes.
Definition: timeedit.cpp:118
QTime maxTime() const
Returns the maximum value of the widget as a QTime value.
Definition: timeedit.h:88
int hour() const
void setWrapping(bool on)
Sets whether it is possible to step the value from the highest value to the lowest value and vice ver...
Definition: timeedit.cpp:108
void valueChanged(int minutes)
This signal is emitted every time the value of the widget changes (for whatever reason).
bool wrapping() const
Returns true if it is possible to step the value from the highest value to the lowest value and vice ...
Definition: timeedit.cpp:103
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:35:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:35:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.