feat: v1.4 添加和使用一个自定义控件类
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user