summaryrefslogtreecommitdiffstats
path: root/examples/declarative/border-image
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-10-05 04:56:07 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-10-05 04:56:07 (GMT)
commitbe4ed0f02bf6c46e5d9c915b1d0d2b38c40bdfda (patch)
tree1cb384714156589639b0bce1946991ddbd1f2927 /examples/declarative/border-image
parentd480c23bf54a4dce59b4d29c6276b875307b11ce (diff)
downloadQt-be4ed0f02bf6c46e5d9c915b1d0d2b38c40bdfda.zip
Qt-be4ed0f02bf6c46e5d9c915b1d0d2b38c40bdfda.tar.gz
Qt-be4ed0f02bf6c46e5d9c915b1d0d2b38c40bdfda.tar.bz2
Change .sci syntax to match BorderImage.
Diffstat (limited to 'examples/declarative/border-image')
-rw-r--r--examples/declarative/border-image/colors-round.sci10
-rw-r--r--examples/declarative/border-image/colors-stretch.sci10
2 files changed, 10 insertions, 10 deletions
diff --git a/examples/declarative/border-image/colors-round.sci b/examples/declarative/border-image/colors-round.sci
index 3784e10..506f6f5 100644
--- a/examples/declarative/border-image/colors-round.sci
+++ b/examples/declarative/border-image/colors-round.sci
@@ -1,7 +1,7 @@
-gridLeft:30
-gridTop:30
-gridRight:30
-gridBottom:30
+border.left:30
+border.top:30
+border.right:30
+border.bottom:30
horizontalTileRule:Round
verticalTileRule:Round
-imageFile:colors.png
+source:colors.png
diff --git a/examples/declarative/border-image/colors-stretch.sci b/examples/declarative/border-image/colors-stretch.sci
index c693599..e4989a7 100644
--- a/examples/declarative/border-image/colors-stretch.sci
+++ b/examples/declarative/border-image/colors-stretch.sci
@@ -1,5 +1,5 @@
-gridLeft:30
-gridTop:30
-gridRight:30
-gridBottom:30
-imageFile:colors.png
+border.left:30
+border.top:30
+border.right:30
+border.bottom:30
+source:colors.png