feat: 创建系统自定义样式风格ExCustomStyle
搭建一个框架,但是继承的类QCommonStyle里面的对应的虚函数还有没有重写,和体验感受win和linux系统自带多种风格样式
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
|
||||
#include <QCommonStyle>
|
||||
|
||||
#include "ExDefineGlobal.h"
|
||||
|
||||
CUSTOMSTYLE_BEDGIN_NAMESPACE
|
||||
|
||||
class ExCustomStyle : public QCommonStyle
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -11,4 +15,6 @@ public:
|
||||
ExCustomStyle();
|
||||
};
|
||||
|
||||
CUSTOMSTYLE_END_NAMESPACE
|
||||
|
||||
#endif // EXCUSTOMSTYLE_H
|
||||
|
||||
Reference in New Issue
Block a user