aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_control.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-27 22:19:26 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-29 06:56:16 +0000
commite4721fa68c5426d71e957dc6997753ec85f312af (patch)
tree70adf2ac374c64ea89d904141463b5904c2f9641 /tests/auto/controls/data/tst_control.qml
parent5f5654f8fdaf67b24126d3dee001fab1cdddec88 (diff)
tst_control: use pure templates for font tests
The Universal style uses 15px font size by default. Change-Id: Iac60b0c61d085b7fceeefcd69bf4537f3e43c468 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'tests/auto/controls/data/tst_control.qml')
-rw-r--r--tests/auto/controls/data/tst_control.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/auto/controls/data/tst_control.qml b/tests/auto/controls/data/tst_control.qml
index 903a8183..7af160c2 100644
--- a/tests/auto/controls/data/tst_control.qml
+++ b/tests/auto/controls/data/tst_control.qml
@@ -331,17 +331,17 @@ TestCase {
objectName: "_item2_3"
}
}
- TextArea {
+ T.TextArea {
id: _item2_4
objectName: "_item2_4"
text: "Text Area"
}
- TextField {
+ T.TextField {
id: _item2_5
objectName: "_item2_5"
text: "Text Field"
}
- Label {
+ T.Label {
id: _item2_6
objectName: "_item2_6"
text: "Label"
@@ -485,17 +485,17 @@ TestCase {
}
}
}
- TextArea {
+ T.TextArea {
id: _item3_4
objectName: "_item3_4"
text: "Text Area"
}
- TextField {
+ T.TextField {
id: _item3_5
objectName: "_item3_5"
text: "Text Field"
}
- Label {
+ T.Label {
id: _item3_8
objectName: "_item3_8"
text: "Label"