diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-31 01:52:29 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-31 01:52:29 (GMT) |
commit | 2411b42ff4638bc1a707ab9ebe9fbadf2a4a0292 (patch) | |
tree | c895ba39c4fa4f48b2aad1a6c1c86fdc788700aa /examples/declarative/tutorials | |
parent | 56f67f2fdf84fe5e7660552c52b67c4e474054dd (diff) | |
download | Qt-2411b42ff4638bc1a707ab9ebe9fbadf2a4a0292.zip Qt-2411b42ff4638bc1a707ab9ebe9fbadf2a4a0292.tar.gz Qt-2411b42ff4638bc1a707ab9ebe9fbadf2a4a0292.tar.bz2 |
Rename Rect.pen to Rect.border
Diffstat (limited to 'examples/declarative/tutorials')
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/declarative/tutorials/contacts/1_Drawing_and_Animation/GroupBox.qml b/examples/declarative/tutorials/contacts/1_Drawing_and_Animation/GroupBox.qml index 29e00d9..d3f626f 100644 --- a/examples/declarative/tutorials/contacts/1_Drawing_and_Animation/GroupBox.qml +++ b/examples/declarative/tutorials/contacts/1_Drawing_and_Animation/GroupBox.qml @@ -16,7 +16,7 @@ FocusRealm { width: groupBox.width-20 height: groupBox.height-20 color: "white" - pen.color: "black" + border.color: "black" Loader { id: subItem source: groupBox.contents diff --git a/examples/declarative/tutorials/contacts/2_Reuse/GroupBox.qml b/examples/declarative/tutorials/contacts/2_Reuse/GroupBox.qml index 29e00d9..d3f626f 100644 --- a/examples/declarative/tutorials/contacts/2_Reuse/GroupBox.qml +++ b/examples/declarative/tutorials/contacts/2_Reuse/GroupBox.qml @@ -16,7 +16,7 @@ FocusRealm { width: groupBox.width-20 height: groupBox.height-20 color: "white" - pen.color: "black" + border.color: "black" Loader { id: subItem source: groupBox.contents diff --git a/examples/declarative/tutorials/contacts/3_Collections/GroupBox.qml b/examples/declarative/tutorials/contacts/3_Collections/GroupBox.qml index 29e00d9..d3f626f 100644 --- a/examples/declarative/tutorials/contacts/3_Collections/GroupBox.qml +++ b/examples/declarative/tutorials/contacts/3_Collections/GroupBox.qml @@ -16,7 +16,7 @@ FocusRealm { width: groupBox.width-20 height: groupBox.height-20 color: "white" - pen.color: "black" + border.color: "black" Loader { id: subItem source: groupBox.contents |