QtExamples/QtCustomStyleEx/ExCustomStyle.cpp
touwoyimuli 03b0948c86 feat: 创建系统自定义样式风格ExCustomStyle
搭建一个框架,但是继承的类QCommonStyle里面的对应的虚函数还有没有重写,和体验感受win和linux系统自带多种风格样式
2019-08-29 23:26:30 +08:00

11 lines
121 B
C++

#include "ExCustomStyle.h"
CUSTOMSTYLE_BEDGIN_NAMESPACE
ExCustomStyle::ExCustomStyle()
{
}
CUSTOMSTYLE_END_NAMESPACE