kalarm/lib
timeedit.h
Go to the documentation of this file.
virtual void setReadOnly(bool readOnly)
Sets whether the widget is read-only for the user.
Definition: timeedit.cpp:51
int minimum() const
Returns the minimum value of the widget in minutes.
Definition: timeedit.cpp:112
int maximum() const
Returns the maximum value of the widget in minutes.
Definition: timeedit.cpp:117
QTime maxTime() const
Returns the maximum value of the widget as a QTime value.
Definition: timeedit.h:89
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:107
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:102
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.