summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/content.qml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/snippets/declarative/content.qml')
-rw-r--r--doc/src/snippets/declarative/content.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/src/snippets/declarative/content.qml b/doc/src/snippets/declarative/content.qml
deleted file mode 100644
index fb03ced..0000000
--- a/doc/src/snippets/declarative/content.qml
+++ /dev/null
@@ -1,9 +0,0 @@
-import Qt 4.6
-
-Rectangle {
- width: 200; height: 100; color: "lightgray"
- GroupBox {
- Text { text: "First Item" }
- Text { text: "Second Item" }
- }
-}