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 QTPPICTURE_H
|
|
#define QTPPICTURE_H
|
|
|
|
#include <QtWidgets\qframe.h>
|
|
|
|
class QTpPicture : public QFrame
|
|
{
|
|
Q_OBJECT
|
|
|
|
public:
|
|
QTpPicture(QWidget *parent);
|
|
virtual ~QTpPicture();
|
|
|
|
private:
|
|
//virtual void paintEvent(QPaintEvent *event);
|
|
};
|
|
|
|
#endif // QTPPICTURE_H
|