diff --git a/src/modules/notesqml/notesqml.qml b/src/modules/notesqml/notesqml.qml index a41fa98fd..cb659debc 100644 --- a/src/modules/notesqml/notesqml.qml +++ b/src/modules/notesqml/notesqml.qml @@ -58,26 +58,8 @@ Item { wrapMode: Text.WordWrap text: qsTr("
This an example QML file, showing options in RichText with Flickable content.
- -QML with RichText can use HTML tags, Flickable content is useful for touchscreens.
- -This is bold text
-This is italic text
-This is underlined text
-This is strikethrough
Code example:
- ls -l /home
Lists:
-The vertical scrollbar is adjustable, current width set to 10.
").arg(Branding.string(Branding.VersionedName)) +These are example release notes.
" + ).arg(Branding.string(Branding.VersionedName)) } }