summaryrefslogtreecommitdiffstats
path: root/examples/declarative/behaviours
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-19 06:34:44 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-19 08:15:20 (GMT)
commit21e87b18698c50bcfe0800509563e71c79aae0bb (patch)
tree4567cb8a5bd3127fe98d7ce5a5042550bca48b7b /examples/declarative/behaviours
parent51555ed45f6397fa7cdfae771ee6275733bce615 (diff)
downloadQt-21e87b18698c50bcfe0800509563e71c79aae0bb.zip
Qt-21e87b18698c50bcfe0800509563e71c79aae0bb.tar.gz
Qt-21e87b18698c50bcfe0800509563e71c79aae0bb.tar.bz2
Renaming Rect -> Rectangle
Diffstat (limited to 'examples/declarative/behaviours')
-rw-r--r--examples/declarative/behaviours/MyRect.qml2
-rw-r--r--examples/declarative/behaviours/test.qml4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/declarative/behaviours/MyRect.qml b/examples/declarative/behaviours/MyRect.qml
index 199b33b..fca1f70 100644
--- a/examples/declarative/behaviours/MyRect.qml
+++ b/examples/declarative/behaviours/MyRect.qml
@@ -1,6 +1,6 @@
import Qt 4.6
-Rect {
+Rectangle {
radius: 15
border.color: "black"
width: 100
diff --git a/examples/declarative/behaviours/test.qml b/examples/declarative/behaviours/test.qml
index abf30c5..cac2f9d 100644
--- a/examples/declarative/behaviours/test.qml
+++ b/examples/declarative/behaviours/test.qml
@@ -1,6 +1,6 @@
import Qt 4.6
-Rect {
+Rectangle {
color: "lightsteelblue"
width: 800
height: 600
@@ -49,7 +49,7 @@ Rect {
x: 400
y: 0
}
- Rect {
+ Rectangle {
color: "blue"
x: 0
y: 0