aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/texteditor/+touch
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-07-26 14:15:31 +0200
committerMitch Curtis <mitch.curtis@qt.io>2016-08-24 08:09:24 +0000
commita80f50ab9bba8f6f9d19d1edb2eeafce9dcee799 (patch)
treea0af6c8bdc1837e01fc3cd0cedd60077d03d2006 /examples/quickcontrols2/texteditor/+touch
parent0524ddb9489cd9816fadc330f75efc7b40994013 (diff)
texteditor: add touch UI
Task-number: QTBUG-54952 Change-Id: I14fe95608c4393b928edc80fc93ebaa843ce478f Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'examples/quickcontrols2/texteditor/+touch')
-rw-r--r--examples/quickcontrols2/texteditor/+touch/texteditor.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/quickcontrols2/texteditor/+touch/texteditor.html b/examples/quickcontrols2/texteditor/+touch/texteditor.html
new file mode 100644
index 00000000..b5f03f25
--- /dev/null
+++ b/examples/quickcontrols2/texteditor/+touch/texteditor.html
@@ -0,0 +1,19 @@
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta name="qrichtext" content="1">
+ <title>Text Editor Example</title>
+</head>
+<body>
+<body>
+ <p align="center">
+ <img src="qrc:/images/qt-logo.png" />
+ </p>
+ <h2 align="center">
+ Qt Quick Controls 2
+ </h2>
+ <p align="center">
+ This example demonstrates a modern rich text editor.
+ </p>
+</body>
+</html>