feat:添加一个自定义风格的类

class:ExCustomStyle的类,但是里面是空白的,为后面更新的控件风格作为一个基准
This commit is contained in:
touwoyimuli
2019-08-26 21:23:26 +08:00
parent a1e7d4f3f7
commit 054148433a
5 changed files with 202 additions and 9 deletions

View File

@@ -26,10 +26,12 @@ CONFIG += c++11
SOURCES += \
main.cpp \
Examples.cpp
Examples.cpp \
ExCustomStyle.cpp
HEADERS += \
Examples.h
Examples.h \
ExCustomStyle.h
FORMS += \
Examples.ui