aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickborderimage/data/valid3.sci
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2012-06-07 13:21:56 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-12 15:40:13 +0200
commit7e4d6efadf71d6c8ec5d06cdffcee117f01c6160 (patch)
treed9168983007b7b6619735c0a9d5dda6e40ed947e /tests/auto/quick/qquickborderimage/data/valid3.sci
parente883fa03efad4384f030cec5f13c22346356e3bf (diff)
Allow setting horizontal and vertical tile modes in sci files
It was still using the old 'tileRule' name. Also make sci file parser less strict with h/v tile mode values. Task-number: QTBUG-26022 Change-Id: I41b7571b42a0fb9bd2cfab8ce2e76e57addabefd Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Diffstat (limited to 'tests/auto/quick/qquickborderimage/data/valid3.sci')
-rw-r--r--tests/auto/quick/qquickborderimage/data/valid3.sci7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickborderimage/data/valid3.sci b/tests/auto/quick/qquickborderimage/data/valid3.sci
new file mode 100644
index 0000000000..688b072a87
--- /dev/null
+++ b/tests/auto/quick/qquickborderimage/data/valid3.sci
@@ -0,0 +1,7 @@
+border.left: 10
+border.top: 20
+border.right: 30
+border.bottom: 40
+horizontalTileMode: BorderImage.Round
+verticalTileMode: BorderImage.Repeat
+source: colors.png