aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/controls.pri
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-09-02 10:32:47 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-09-02 12:12:23 +0000
commit0addfd5d586c7850c1e470f24c6364e6305dfa08 (patch)
treea1765680b89890e7b2de873aab7d1b47b072a621 /src/controls/controls.pri
parente3c86bd3185e288ce23a0ff07084cd0def54e898 (diff)
QQuickControl: add font property
When the font of a QQuickControl subclass is set, it will propagate it to all children that are also derived from QQuickControl, as well as TextField and TextArea. Change-Id: I7c851f84b89609094d9a81d239ade0f0ac212985 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/controls/controls.pri')
-rw-r--r--src/controls/controls.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/controls.pri b/src/controls/controls.pri
index af65c841..e7e8f65d 100644
--- a/src/controls/controls.pri
+++ b/src/controls/controls.pri
@@ -31,7 +31,9 @@ HEADERS += \
$$PWD/qquicktabbar_p.h \
$$PWD/qquicktabbutton_p.h \
$$PWD/qquicktextarea_p.h \
+ $$PWD/qquicktextarea_p_p.h \
$$PWD/qquicktextfield_p.h \
+ $$PWD/qquicktextfield_p_p.h \
$$PWD/qquicktogglebutton_p.h \
$$PWD/qquicktoolbar_p.h \
$$PWD/qquicktoolbutton_p.h