timespinbox.h
virtual void setMaxValue(int val)
Sets the maximum value of the spin box.
Definition: spinbox2.cpp:202
static TQString shiftWhatsThis()
Returns a text describing use of the shift key as an accelerator for the spin buttons,...
Definition: timespinbox.cpp:94
virtual void setMinValue(int minutes)
Sets the maximum value which can be held in the spin box.
Definition: timespinbox.cpp:222
bool isValid() const
Returns true if the spin box holds a valid value.
Definition: timespinbox.cpp:273
void setMaxValue(const TQTime &t)
Sets the maximum value which can be held in the spin box.
Definition: timespinbox.h:86
TQTime maxTime() const
Returns the maximum value which can be held in the spin box.
Definition: timespinbox.h:88
void setValid(bool)
Sets the spin box as holding a valid or invalid value.
Definition: timespinbox.cpp:200
virtual void setMaxValue(int minutes)
Sets the maximum value which can be held in the spin box.
Definition: timespinbox.h:84
TimeSpinBox(bool use24hour, TQWidget *parent=0, const char *name=0)
Constructor for a wrapping time spin box which can be used to enter a time of day.
Definition: timespinbox.cpp:57