1 2 3 4 5 6 7
#include <QtGui/qgraphicswidget.h> class Window : public QGraphicsWidget { Q_OBJECT public: Window(); };