#ifndef COUNTERLABEL_H #define COUNTERLABEL_H #include class CounterLabel : public QLabel { Q_OBJECT public: CounterLabel(); public slots: void setCounterText( const QString& text ); }; #endif // COUNTERLABEL_H