feat: v.1.4.1 尝试这添加一个自定义控件(继承于xxxPrivate), 但是q_fun() 为私有没有解决

This commit is contained in:
touwoyimuli
2019-12-08 12:16:00 +08:00
parent 19d8cade29
commit f087fffde3
4 changed files with 9 additions and 4 deletions

View File

@@ -4,9 +4,10 @@
#
#-------------------------------------------------
QT += core gui
#xxxPrivate 继承 Q-xxxx-Private的话,是需要的添加 core-private有一些核心方法? 可能不开放)
QT += core gui core-private
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets widgets-private # 若是需要继承 widgets相关需要添加 widgets-private
TARGET = custom-style
TEMPLATE = app