diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-06-21 05:41:32 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-06-22 01:22:35 (GMT) |
commit | 38ca1b7e65dfeb154a913c493199bfbdf0561526 (patch) | |
tree | df5de14e4f0f78296450f21d098155b776ec9ba1 /examples | |
parent | c8968fd143e079d4d2b79c88132caaffbefedd7d (diff) | |
download | Qt-38ca1b7e65dfeb154a913c493199bfbdf0561526.zip Qt-38ca1b7e65dfeb154a913c493199bfbdf0561526.tar.gz Qt-38ca1b7e65dfeb154a913c493199bfbdf0561526.tar.bz2 |
Rename example: edit -> textselection
Diffstat (limited to 'examples')
-rw-r--r-- | examples/declarative/text/textselection/pics/endHandle.png (renamed from examples/declarative/text/edit/pics/endHandle.png) | bin | 185 -> 185 bytes | |||
-rw-r--r-- | examples/declarative/text/textselection/pics/endHandle.sci (renamed from examples/declarative/text/edit/pics/endHandle.sci) | 0 | ||||
-rw-r--r-- | examples/declarative/text/textselection/pics/startHandle.png (renamed from examples/declarative/text/edit/pics/startHandle.png) | bin | 178 -> 178 bytes | |||
-rw-r--r-- | examples/declarative/text/textselection/pics/startHandle.sci (renamed from examples/declarative/text/edit/pics/startHandle.sci) | 0 | ||||
-rw-r--r-- | examples/declarative/text/textselection/textselection.qml (renamed from examples/declarative/text/edit/edit.qml) | 0 | ||||
-rw-r--r-- | examples/declarative/text/textselection/textselection.qmlproject | 16 |
6 files changed, 16 insertions, 0 deletions
diff --git a/examples/declarative/text/edit/pics/endHandle.png b/examples/declarative/text/textselection/pics/endHandle.png Binary files differindex 1a4bc5d..1a4bc5d 100644 --- a/examples/declarative/text/edit/pics/endHandle.png +++ b/examples/declarative/text/textselection/pics/endHandle.png diff --git a/examples/declarative/text/edit/pics/endHandle.sci b/examples/declarative/text/textselection/pics/endHandle.sci index 4f51f24..4f51f24 100644 --- a/examples/declarative/text/edit/pics/endHandle.sci +++ b/examples/declarative/text/textselection/pics/endHandle.sci diff --git a/examples/declarative/text/edit/pics/startHandle.png b/examples/declarative/text/textselection/pics/startHandle.png Binary files differindex deedcd5..deedcd5 100644 --- a/examples/declarative/text/edit/pics/startHandle.png +++ b/examples/declarative/text/textselection/pics/startHandle.png diff --git a/examples/declarative/text/edit/pics/startHandle.sci b/examples/declarative/text/textselection/pics/startHandle.sci index f9eae20..f9eae20 100644 --- a/examples/declarative/text/edit/pics/startHandle.sci +++ b/examples/declarative/text/textselection/pics/startHandle.sci diff --git a/examples/declarative/text/edit/edit.qml b/examples/declarative/text/textselection/textselection.qml index 1ba3e18..1ba3e18 100644 --- a/examples/declarative/text/edit/edit.qml +++ b/examples/declarative/text/textselection/textselection.qml diff --git a/examples/declarative/text/textselection/textselection.qmlproject b/examples/declarative/text/textselection/textselection.qmlproject new file mode 100644 index 0000000..d4909f8 --- /dev/null +++ b/examples/declarative/text/textselection/textselection.qmlproject @@ -0,0 +1,16 @@ +import QmlProject 1.0 + +Project { + /* Include .qml, .js, and image files from current directory and subdirectories */ + QmlFiles { + directory: "." + } + JavaScriptFiles { + directory: "." + } + ImageFiles { + directory: "." + } + /* List of plugin directories passed to QML runtime */ + // importPaths: [ " ../exampleplugin " ] +} |