From 03e249d5f4a4232cf96bd1127c4e1da7886ceac5 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Tue, 26 Feb 2019 20:47:53 +0100 Subject: Reformat QML file Change-Id: I7f5cab5dbd3f47d7096249a7b5a2ece91d44dd15 Reviewed-by: Thomas Hartmann --- examples/TransitionItem/Icon.qml | 59 +--------------------------------------- 1 file changed, 1 insertion(+), 58 deletions(-) diff --git a/examples/TransitionItem/Icon.qml b/examples/TransitionItem/Icon.qml index 0a6d4e0..e229bbd 100644 --- a/examples/TransitionItem/Icon.qml +++ b/examples/TransitionItem/Icon.qml @@ -26,7 +26,6 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ - import QtQuick 2.0 Item { @@ -71,7 +70,7 @@ Item { } onIdentiferChanged: { - textLabel.text =String.fromCharCode(parseInt(identifer, 16)); + textLabel.text = String.fromCharCode(parseInt(identifer, 16)) } Text { id: textLabel @@ -79,9 +78,6 @@ Item { height: 196 renderType: Text.NativeRendering - - - FontLoader { id: fontLoader source: "FontAwesome.otf" @@ -109,57 +105,4 @@ Item { anchors.bottom: parent.bottom font.pixelSize: 32 } - -} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -/*##^## Designer { - D{i:0;height:196;width:196} } - ##^##*/ -- cgit v1.2.3