feat: Create class MyStyle: public QCommonStyle; and most of its overloaded virtual functions (prepared)

This commit is contained in:
muli
2020-02-16 15:58:25 +08:00
parent 5ab1057a74
commit 86e350df4c
4 changed files with 145 additions and 3 deletions

View File

@@ -46,10 +46,12 @@ CONFIG += c++11
SOURCES += \
main.cpp \
widget.cpp
widget.cpp \
mystyle.cpp
HEADERS += \
widget.h
widget.h \
mystyle.h
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin