timespinbox.h
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
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
