summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-10-07 07:07:55 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-10-07 07:07:55 (GMT)
commit28e0f484cfb2b677661f0cb1a90a7b88d8f46f03 (patch)
tree8150341c2dfa1d86e8e529af53744dc68d4da50b /examples
parent6708bd626fd66725f249aeb36a59a355bb30c5da (diff)
downloadQt-28e0f484cfb2b677661f0cb1a90a7b88d8f46f03.zip
Qt-28e0f484cfb2b677661f0cb1a90a7b88d8f46f03.tar.gz
Qt-28e0f484cfb2b677661f0cb1a90a7b88d8f46f03.tar.bz2
move files to avoid duplication.
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/tutorials/helloworld/Cell.qml (renamed from examples/declarative/tutorials/helloworld/t2/Cell.qml)0
-rw-r--r--examples/declarative/tutorials/helloworld/t3/Cell.qml20
-rw-r--r--examples/declarative/tutorials/helloworld/tutorial1.qml (renamed from examples/declarative/tutorials/helloworld/t1/tutorial1.qml)0
-rw-r--r--examples/declarative/tutorials/helloworld/tutorial2.qml (renamed from examples/declarative/tutorials/helloworld/t2/tutorial2.qml)0
-rw-r--r--examples/declarative/tutorials/helloworld/tutorial3.qml (renamed from examples/declarative/tutorials/helloworld/t3/tutorial3.qml)0
5 files changed, 0 insertions, 20 deletions
diff --git a/examples/declarative/tutorials/helloworld/t2/Cell.qml b/examples/declarative/tutorials/helloworld/Cell.qml
index ab6e565..ab6e565 100644
--- a/examples/declarative/tutorials/helloworld/t2/Cell.qml
+++ b/examples/declarative/tutorials/helloworld/Cell.qml
diff --git a/examples/declarative/tutorials/helloworld/t3/Cell.qml b/examples/declarative/tutorials/helloworld/t3/Cell.qml
deleted file mode 100644
index 578369d..0000000
--- a/examples/declarative/tutorials/helloworld/t3/Cell.qml
+++ /dev/null
@@ -1,20 +0,0 @@
-import Qt 4.6
-
-Item {
- id: container
- property alias color: rectangle.color
- signal clicked(string color)
-
- width: 40; height: 25
-
- Rectangle {
- id: rectangle
- border.color: "white"
- anchors.fill: parent
- }
-
- MouseRegion {
- anchors.fill: parent
- onClicked: container.clicked(container.color)
- }
-}
diff --git a/examples/declarative/tutorials/helloworld/t1/tutorial1.qml b/examples/declarative/tutorials/helloworld/tutorial1.qml
index 93d3c34..93d3c34 100644
--- a/examples/declarative/tutorials/helloworld/t1/tutorial1.qml
+++ b/examples/declarative/tutorials/helloworld/tutorial1.qml
diff --git a/examples/declarative/tutorials/helloworld/t2/tutorial2.qml b/examples/declarative/tutorials/helloworld/tutorial2.qml
index 99889d7..99889d7 100644
--- a/examples/declarative/tutorials/helloworld/t2/tutorial2.qml
+++ b/examples/declarative/tutorials/helloworld/tutorial2.qml
diff --git a/examples/declarative/tutorials/helloworld/t3/tutorial3.qml b/examples/declarative/tutorials/helloworld/tutorial3.qml
index d641eba..d641eba 100644
--- a/examples/declarative/tutorials/helloworld/t3/tutorial3.qml
+++ b/examples/declarative/tutorials/helloworld/tutorial3.qml