feat: v1.4 添加和使用一个自定义控件类

This commit is contained in:
touwoyimuli
2019-12-06 00:04:18 +08:00
parent 90c8883162
commit 76f5be9614
4 changed files with 170 additions and 2 deletions

View File

@@ -27,12 +27,15 @@ CONFIG += c++11
SOURCES += \
main.cpp \
Example.cpp \
ExMyStyle.cpp
ExMyStyle.cpp \
MyWidget/ExSwitchButton.cpp
HEADERS += \
Example.h \
ExMyStyle.h \
ExMyGlobal.h
ExMyGlobal.h \
MyWidget/ExSwitchButton.h \
MyWidget/ExSwitchButton_p.h
# Default rules for deployment.