diff options
| author | Caroline Chao <caroline.chao@digia.com> | 2013-08-20 15:19:21 +0200 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-08-27 11:32:05 +0200 |
| commit | a75ec2e52db71df33ea0ced041dcec8be1b04f24 (patch) | |
| tree | 915651a714eedf288813e4c321918c247ca1c1e5 /examples/quick/controls | |
| parent | cad1a84529d8a6756c5ca37c1f9fcd691f8c817a (diff) | |
Example: Rename Text example to TextEditor
Text is too generic.
Change-Id: I68d304345d2982a8acc8843c4c843e9f5e696954
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'examples/quick/controls')
| -rw-r--r-- | examples/quick/controls/controls.pro | 2 | ||||
| -rw-r--r-- | examples/quick/controls/texteditor/example.html (renamed from examples/quick/controls/text/example.html) | 0 | ||||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/ToolBarSeparator.qml (renamed from examples/quick/controls/text/qml/ToolBarSeparator.qml) | 0 | ||||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/editcopy.png (renamed from examples/quick/controls/text/qml/images/editcopy.png) | bin | 1468 -> 1468 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/editcut.png (renamed from examples/quick/controls/text/qml/images/editcut.png) | bin | 1512 -> 1512 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/editpaste.png (renamed from examples/quick/controls/text/qml/images/editpaste.png) | bin | 1906 -> 1906 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/editredo.png (renamed from examples/quick/controls/text/qml/images/editredo.png) | bin | 1752 -> 1752 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/editundo.png (renamed from examples/quick/controls/text/qml/images/editundo.png) | bin | 1746 -> 1746 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/exportpdf.png (renamed from examples/quick/controls/text/qml/images/exportpdf.png) | bin | 1215 -> 1215 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/filenew.png (renamed from examples/quick/controls/text/qml/images/filenew.png) | bin | 1172 -> 1172 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/fileopen.png (renamed from examples/quick/controls/text/qml/images/fileopen.png) | bin | 2168 -> 2168 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/fileprint.png (renamed from examples/quick/controls/text/qml/images/fileprint.png) | bin | 2087 -> 2087 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/filesave.png (renamed from examples/quick/controls/text/qml/images/filesave.png) | bin | 1206 -> 1206 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/qt-logo.png (renamed from examples/quick/controls/text/qml/images/qt-logo.png) | bin | 3960 -> 3960 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/textbold.png (renamed from examples/quick/controls/text/qml/images/textbold.png) | bin | 1611 -> 1611 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/textcenter.png (renamed from examples/quick/controls/text/qml/images/textcenter.png) | bin | 1404 -> 1404 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/textitalic.png (renamed from examples/quick/controls/text/qml/images/textitalic.png) | bin | 1164 -> 1164 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/textjustify.png (renamed from examples/quick/controls/text/qml/images/textjustify.png) | bin | 1257 -> 1257 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/textleft.png (renamed from examples/quick/controls/text/qml/images/textleft.png) | bin | 1235 -> 1235 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/textright.png (renamed from examples/quick/controls/text/qml/images/textright.png) | bin | 1406 -> 1406 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/textunder.png (renamed from examples/quick/controls/text/qml/images/textunder.png) | bin | 1183 -> 1183 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/zoomin.png (renamed from examples/quick/controls/text/qml/images/zoomin.png) | bin | 1696 -> 1696 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/images/zoomout.png (renamed from examples/quick/controls/text/qml/images/zoomout.png) | bin | 1662 -> 1662 bytes | |||
| -rw-r--r-- | examples/quick/controls/texteditor/qml/main.qml (renamed from examples/quick/controls/text/qml/main.qml) | 0 | ||||
| -rw-r--r-- | examples/quick/controls/texteditor/resources.qrc (renamed from examples/quick/controls/text/resources.qrc) | 0 | ||||
| -rw-r--r-- | examples/quick/controls/texteditor/src/documenthandler.cpp (renamed from examples/quick/controls/text/src/documenthandler.cpp) | 0 | ||||
| -rw-r--r-- | examples/quick/controls/texteditor/src/documenthandler.h (renamed from examples/quick/controls/text/src/documenthandler.h) | 0 | ||||
| -rw-r--r-- | examples/quick/controls/texteditor/src/main.cpp (renamed from examples/quick/controls/text/src/main.cpp) | 0 | ||||
| -rw-r--r-- | examples/quick/controls/texteditor/src/src.pri (renamed from examples/quick/controls/text/src/src.pri) | 0 | ||||
| -rw-r--r-- | examples/quick/controls/texteditor/texteditor.pro (renamed from examples/quick/controls/text/text.pro) | 2 |
30 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/controls/controls.pro b/examples/quick/controls/controls.pro index 405c239e2..ad246f1dc 100644 --- a/examples/quick/controls/controls.pro +++ b/examples/quick/controls/controls.pro @@ -8,5 +8,5 @@ SUBDIRS += \ basiclayouts qtHaveModule(widgets) { - SUBDIRS += text + SUBDIRS += texteditor } diff --git a/examples/quick/controls/text/example.html b/examples/quick/controls/texteditor/example.html index 52bb507a1..52bb507a1 100644 --- a/examples/quick/controls/text/example.html +++ b/examples/quick/controls/texteditor/example.html diff --git a/examples/quick/controls/text/qml/ToolBarSeparator.qml b/examples/quick/controls/texteditor/qml/ToolBarSeparator.qml index 40a2bc580..40a2bc580 100644 --- a/examples/quick/controls/text/qml/ToolBarSeparator.qml +++ b/examples/quick/controls/texteditor/qml/ToolBarSeparator.qml diff --git a/examples/quick/controls/text/qml/images/editcopy.png b/examples/quick/controls/texteditor/qml/images/editcopy.png Binary files differindex f55136446..f55136446 100644 --- a/examples/quick/controls/text/qml/images/editcopy.png +++ b/examples/quick/controls/texteditor/qml/images/editcopy.png diff --git a/examples/quick/controls/text/qml/images/editcut.png b/examples/quick/controls/texteditor/qml/images/editcut.png Binary files differindex a784fd570..a784fd570 100644 --- a/examples/quick/controls/text/qml/images/editcut.png +++ b/examples/quick/controls/texteditor/qml/images/editcut.png diff --git a/examples/quick/controls/text/qml/images/editpaste.png b/examples/quick/controls/texteditor/qml/images/editpaste.png Binary files differindex 64c0b2d6a..64c0b2d6a 100644 --- a/examples/quick/controls/text/qml/images/editpaste.png +++ b/examples/quick/controls/texteditor/qml/images/editpaste.png diff --git a/examples/quick/controls/text/qml/images/editredo.png b/examples/quick/controls/texteditor/qml/images/editredo.png Binary files differindex 8875bf246..8875bf246 100644 --- a/examples/quick/controls/text/qml/images/editredo.png +++ b/examples/quick/controls/texteditor/qml/images/editredo.png diff --git a/examples/quick/controls/text/qml/images/editundo.png b/examples/quick/controls/texteditor/qml/images/editundo.png Binary files differindex a3bd5e0bf..a3bd5e0bf 100644 --- a/examples/quick/controls/text/qml/images/editundo.png +++ b/examples/quick/controls/texteditor/qml/images/editundo.png diff --git a/examples/quick/controls/text/qml/images/exportpdf.png b/examples/quick/controls/texteditor/qml/images/exportpdf.png Binary files differindex ebb44e6b8..ebb44e6b8 100644 --- a/examples/quick/controls/text/qml/images/exportpdf.png +++ b/examples/quick/controls/texteditor/qml/images/exportpdf.png diff --git a/examples/quick/controls/text/qml/images/filenew.png b/examples/quick/controls/texteditor/qml/images/filenew.png Binary files differindex d3882c7b3..d3882c7b3 100644 --- a/examples/quick/controls/text/qml/images/filenew.png +++ b/examples/quick/controls/texteditor/qml/images/filenew.png diff --git a/examples/quick/controls/text/qml/images/fileopen.png b/examples/quick/controls/texteditor/qml/images/fileopen.png Binary files differindex fc06c5ec6..fc06c5ec6 100644 --- a/examples/quick/controls/text/qml/images/fileopen.png +++ b/examples/quick/controls/texteditor/qml/images/fileopen.png diff --git a/examples/quick/controls/text/qml/images/fileprint.png b/examples/quick/controls/texteditor/qml/images/fileprint.png Binary files differindex 10ca56c82..10ca56c82 100644 --- a/examples/quick/controls/text/qml/images/fileprint.png +++ b/examples/quick/controls/texteditor/qml/images/fileprint.png diff --git a/examples/quick/controls/text/qml/images/filesave.png b/examples/quick/controls/texteditor/qml/images/filesave.png Binary files differindex b41ecf531..b41ecf531 100644 --- a/examples/quick/controls/text/qml/images/filesave.png +++ b/examples/quick/controls/texteditor/qml/images/filesave.png diff --git a/examples/quick/controls/text/qml/images/qt-logo.png b/examples/quick/controls/texteditor/qml/images/qt-logo.png Binary files differindex 6dedc8bf0..6dedc8bf0 100644 --- a/examples/quick/controls/text/qml/images/qt-logo.png +++ b/examples/quick/controls/texteditor/qml/images/qt-logo.png diff --git a/examples/quick/controls/text/qml/images/textbold.png b/examples/quick/controls/texteditor/qml/images/textbold.png Binary files differindex 38400bd1f..38400bd1f 100644 --- a/examples/quick/controls/text/qml/images/textbold.png +++ b/examples/quick/controls/texteditor/qml/images/textbold.png diff --git a/examples/quick/controls/text/qml/images/textcenter.png b/examples/quick/controls/texteditor/qml/images/textcenter.png Binary files differindex 2ef5b2ee6..2ef5b2ee6 100644 --- a/examples/quick/controls/text/qml/images/textcenter.png +++ b/examples/quick/controls/texteditor/qml/images/textcenter.png diff --git a/examples/quick/controls/text/qml/images/textitalic.png b/examples/quick/controls/texteditor/qml/images/textitalic.png Binary files differindex 0170ee26a..0170ee26a 100644 --- a/examples/quick/controls/text/qml/images/textitalic.png +++ b/examples/quick/controls/texteditor/qml/images/textitalic.png diff --git a/examples/quick/controls/text/qml/images/textjustify.png b/examples/quick/controls/texteditor/qml/images/textjustify.png Binary files differindex 39cd6c1a9..39cd6c1a9 100644 --- a/examples/quick/controls/text/qml/images/textjustify.png +++ b/examples/quick/controls/texteditor/qml/images/textjustify.png diff --git a/examples/quick/controls/text/qml/images/textleft.png b/examples/quick/controls/texteditor/qml/images/textleft.png Binary files differindex 83a66d553..83a66d553 100644 --- a/examples/quick/controls/text/qml/images/textleft.png +++ b/examples/quick/controls/texteditor/qml/images/textleft.png diff --git a/examples/quick/controls/text/qml/images/textright.png b/examples/quick/controls/texteditor/qml/images/textright.png Binary files differindex e7c04645c..e7c04645c 100644 --- a/examples/quick/controls/text/qml/images/textright.png +++ b/examples/quick/controls/texteditor/qml/images/textright.png diff --git a/examples/quick/controls/text/qml/images/textunder.png b/examples/quick/controls/texteditor/qml/images/textunder.png Binary files differindex 968bac5e9..968bac5e9 100644 --- a/examples/quick/controls/text/qml/images/textunder.png +++ b/examples/quick/controls/texteditor/qml/images/textunder.png diff --git a/examples/quick/controls/text/qml/images/zoomin.png b/examples/quick/controls/texteditor/qml/images/zoomin.png Binary files differindex d46f5aff0..d46f5aff0 100644 --- a/examples/quick/controls/text/qml/images/zoomin.png +++ b/examples/quick/controls/texteditor/qml/images/zoomin.png diff --git a/examples/quick/controls/text/qml/images/zoomout.png b/examples/quick/controls/texteditor/qml/images/zoomout.png Binary files differindex 46326566d..46326566d 100644 --- a/examples/quick/controls/text/qml/images/zoomout.png +++ b/examples/quick/controls/texteditor/qml/images/zoomout.png diff --git a/examples/quick/controls/text/qml/main.qml b/examples/quick/controls/texteditor/qml/main.qml index 0d7ede255..0d7ede255 100644 --- a/examples/quick/controls/text/qml/main.qml +++ b/examples/quick/controls/texteditor/qml/main.qml diff --git a/examples/quick/controls/text/resources.qrc b/examples/quick/controls/texteditor/resources.qrc index 27c7b9215..27c7b9215 100644 --- a/examples/quick/controls/text/resources.qrc +++ b/examples/quick/controls/texteditor/resources.qrc diff --git a/examples/quick/controls/text/src/documenthandler.cpp b/examples/quick/controls/texteditor/src/documenthandler.cpp index e0c9610d0..e0c9610d0 100644 --- a/examples/quick/controls/text/src/documenthandler.cpp +++ b/examples/quick/controls/texteditor/src/documenthandler.cpp diff --git a/examples/quick/controls/text/src/documenthandler.h b/examples/quick/controls/texteditor/src/documenthandler.h index a759c4033..a759c4033 100644 --- a/examples/quick/controls/text/src/documenthandler.h +++ b/examples/quick/controls/texteditor/src/documenthandler.h diff --git a/examples/quick/controls/text/src/main.cpp b/examples/quick/controls/texteditor/src/main.cpp index 8d2b8dd07..8d2b8dd07 100644 --- a/examples/quick/controls/text/src/main.cpp +++ b/examples/quick/controls/texteditor/src/main.cpp diff --git a/examples/quick/controls/text/src/src.pri b/examples/quick/controls/texteditor/src/src.pri index 2b89cd629..2b89cd629 100644 --- a/examples/quick/controls/text/src/src.pri +++ b/examples/quick/controls/texteditor/src/src.pri diff --git a/examples/quick/controls/text/text.pro b/examples/quick/controls/texteditor/texteditor.pro index 864ce0bb7..6781f4464 100644 --- a/examples/quick/controls/text/text.pro +++ b/examples/quick/controls/texteditor/texteditor.pro @@ -1,5 +1,5 @@ QT += qml quick -TARGET = text +TARGET = texteditor qtHaveModule(widgets) { QT += widgets } |
