feat: v1.3 使用自定义MyStyle风格,以ScrollBar控件为显示

This commit is contained in:
touwoyimuli
2019-12-04 00:21:42 +08:00
parent e4872abf51
commit 16b00f6d4b
6 changed files with 209 additions and 22 deletions

View File

@@ -8,7 +8,7 @@ QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = QtCustomStyleEx
TARGET = custom-style
TEMPLATE = app
# The following define makes your compiler emit warnings if you use
@@ -31,7 +31,8 @@ SOURCES += \
HEADERS += \
Example.h \
ExMyStyle.h
ExMyStyle.h \
ExMyGlobal.h
# Default rules for deployment.