QtExamples/QtCustomStyleEx/ExCustomStyle.h

15 lines
191 B
C
Raw Normal View History

#ifndef EXCUSTOMSTYLE_H
#define EXCUSTOMSTYLE_H
#include <QCommonStyle>
class ExCustomStyle : public QCommonStyle
{
Q_OBJECT
public:
ExCustomStyle();
};
#endif // EXCUSTOMSTYLE_H