You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef QTPLABEL_H
|
|
#define QTPLABEL_H
|
|
|
|
#include <QtWidgets\qlabel.h>
|
|
|
|
class QTpLabel : public QLabel
|
|
{
|
|
Q_OBJECT
|
|
|
|
public:
|
|
QTpLabel(QWidget *parent);
|
|
virtual ~QTpLabel();
|
|
|
|
private:
|
|
|
|
};
|
|
|
|
#endif // QTPLABEL_H
|