/[projects]/infoscreen/clockoverlay.h
ViewVC logotype

Contents of /infoscreen/clockoverlay.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 883 - (show annotations) (download)
Thu Jun 24 08:59:43 2010 UTC (13 years, 10 months ago) by torben
File MIME type: text/plain
File size: 206 byte(s)
add a clock overlay
1 #ifndef CLOCKOVERLAY_H
2 #define CLOCKOVERLAY_H
3
4 #include <QLCDNumber>
5
6 class ClockOverlay : public QLCDNumber
7 {
8 public:
9 ClockOverlay(QWidget* parent);
10
11 void timerTick();
12 };
13
14 #endif // CLOCKOVERLAY_H

  ViewVC Help
Powered by ViewVC 1.1.20