2019-08-26 21:23:26 +08:00
|
|
|
#ifndef EXCUSTOMSTYLE_H
|
|
|
|
#define EXCUSTOMSTYLE_H
|
|
|
|
|
|
|
|
#include <QCommonStyle>
|
|
|
|
|
2019-08-29 23:26:30 +08:00
|
|
|
#include "ExDefineGlobal.h"
|
|
|
|
|
|
|
|
CUSTOMSTYLE_BEDGIN_NAMESPACE
|
|
|
|
|
2019-08-26 21:23:26 +08:00
|
|
|
class ExCustomStyle : public QCommonStyle
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
|
|
|
|
public:
|
|
|
|
ExCustomStyle();
|
|
|
|
};
|
|
|
|
|
2019-08-29 23:26:30 +08:00
|
|
|
CUSTOMSTYLE_END_NAMESPACE
|
|
|
|
|
2019-08-26 21:23:26 +08:00
|
|
|
#endif // EXCUSTOMSTYLE_H
|