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

Contents of /infoscreen/clientsiderender.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 515 - (show annotations) (download)
Tue Dec 15 20:36:26 2009 UTC (14 years, 5 months ago) by torben
File MIME type: text/plain
File size: 423 byte(s)
code sync. start on client side render
1 #ifndef CLIENTSIDERENDER_H
2 #define CLIENTSIDERENDER_H
3
4 #include <QWidget>
5
6 class QGraphicsTextItem;
7 class QGraphicsView;
8 class QGraphicsScene;
9
10 class ClientSideRender : public QWidget
11 {
12 public:
13 ClientSideRender(QWidget* parent);
14 protected:
15 virtual void resizeEvent ( QResizeEvent * event );
16 private:
17 QGraphicsTextItem *text;
18 QGraphicsView* view ;
19 QGraphicsScene* scene;
20 };
21
22 #endif // CLIENTSIDERENDER_H

  ViewVC Help
Powered by ViewVC 1.1.20