#include <TxqClockLabel.h>
Inheritance diagram for TxqClockLabel::

Public Methods | |
| TxqClockLabel (QWidget *parent, const QString &s) | |
| Construct a TxqClockLabel. More... | |
| void | show () |
| Overload the QWidget::show method to start the timer. More... | |
| void | hide () |
| Overload the hide method to stop the timer. More... | |
| QSize | sizeHint () const |
| Overload the sizeHint to give a minimum size. More... | |
Protected Methods | |
| void | timerEvent (QTimerEvent *) |
| The timer event to update the clock. More... | |
| void | paintEvent (QPaintEvent *event) |
| The paint Event paints the clock and label. More... | |
Hours, minutes, and a second hand is drawn, as well as a label.
Definition at line 33 of file TxqClockLabel.h.
|
|
Construct a TxqClockLabel.
|
|
|
Overload the hide method to stop the timer.
|
|
|
The paint Event paints the clock and label.
|
|
|
Overload the QWidget::show method to start the timer.
|
|
|
Overload the sizeHint to give a minimum size.
|
|
|
The timer event to update the clock.
|
Copyright Tech-X Corporation, all rights reserved.