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/declarative/text/textselection/pics | |
parent | c8968fd143e079d4d2b79c88132caaffbefedd7d (diff) | |
download | Qt-38ca1b7e65dfeb154a913c493199bfbdf0561526.zip Qt-38ca1b7e65dfeb154a913c493199bfbdf0561526.tar.gz Qt-38ca1b7e65dfeb154a913c493199bfbdf0561526.tar.bz2 |
Rename example: edit -> textselection
Diffstat (limited to 'examples/declarative/text/textselection/pics')
-rw-r--r-- | examples/declarative/text/textselection/pics/endHandle.png | bin | 0 -> 185 bytes | |||
-rw-r--r-- | examples/declarative/text/textselection/pics/endHandle.sci | 5 | ||||
-rw-r--r-- | examples/declarative/text/textselection/pics/startHandle.png | bin | 0 -> 178 bytes | |||
-rw-r--r-- | examples/declarative/text/textselection/pics/startHandle.sci | 5 |
4 files changed, 10 insertions, 0 deletions
diff --git a/examples/declarative/text/textselection/pics/endHandle.png b/examples/declarative/text/textselection/pics/endHandle.png Binary files differnew file mode 100644 index 0000000..1a4bc5d --- /dev/null +++ b/examples/declarative/text/textselection/pics/endHandle.png diff --git a/examples/declarative/text/textselection/pics/endHandle.sci b/examples/declarative/text/textselection/pics/endHandle.sci new file mode 100644 index 0000000..4f51f24 --- /dev/null +++ b/examples/declarative/text/textselection/pics/endHandle.sci @@ -0,0 +1,5 @@ +border.left: 0 +border.top: 6 +border.bottom: 6 +border.right: 6 +source: endHandle.png diff --git a/examples/declarative/text/textselection/pics/startHandle.png b/examples/declarative/text/textselection/pics/startHandle.png Binary files differnew file mode 100644 index 0000000..deedcd5 --- /dev/null +++ b/examples/declarative/text/textselection/pics/startHandle.png diff --git a/examples/declarative/text/textselection/pics/startHandle.sci b/examples/declarative/text/textselection/pics/startHandle.sci new file mode 100644 index 0000000..f9eae20 --- /dev/null +++ b/examples/declarative/text/textselection/pics/startHandle.sci @@ -0,0 +1,5 @@ +border.left: 6 +border.top: 6 +border.bottom: 6 +border.right: 0 +source: startHandle.png |