feat: v1.3 使用自定义MyStyle风格,以ScrollBar控件为显示
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user