#ifndef LABEL_H #define LABEL_H class Label : public QGraphicsTextItem { public: Label(); }; #endif // LABEL_H