aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2019-02-26 20:47:53 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2019-03-05 14:58:58 +0000
commit03e249d5f4a4232cf96bd1127c4e1da7886ceac5 (patch)
treec3a3f9039aa9ea830692cb8c840f44b8e7c3f1dd
parent29eb0dcb58a49c6d0a638dbfa9ec46c97ec36c86 (diff)
Reformat QML file
Change-Id: I7f5cab5dbd3f47d7096249a7b5a2ece91d44dd15 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--examples/TransitionItem/Icon.qml59
1 files changed, 1 insertions, 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}
}
- ##^##*/