qt-material-widgets/examples/about.h

16 lines
181 B
C++

#ifndef ABOUT_H
#define ABOUT_H
#include <QLabel>
class About : public QLabel
{
Q_OBJECT
public:
explicit About(QWidget *parent = 0);
~About();
};
#endif // ABOUT_H