summaryrefslogtreecommitdiffstats
path: root/experimental/qt5-intro-android/main.qml
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-05-30 16:52:15 +0200
committerEskil Abrahamsen-Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-05-31 11:28:23 +0300
commite76ea713e98a3734f0e63961e855d748096990e3 (patch)
tree54ee522ab564d2f4d5b042c3610710cec83bc011 /experimental/qt5-intro-android/main.qml
parent792602c8aaf387556c0035fc894493a20699c7e8 (diff)
Several changes to Qt 5 Android app
Lots of minor stuff from collected feedback. Also added more generated files to avoid Creator overwriting them. Change-Id: I22e10ac19860d1e67f136d718557b2bc2bd04dff Reviewed-by: Eskil Abrahamsen-Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'experimental/qt5-intro-android/main.qml')
-rw-r--r--experimental/qt5-intro-android/main.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/experimental/qt5-intro-android/main.qml b/experimental/qt5-intro-android/main.qml
index bdf3990..2f44e72 100644
--- a/experimental/qt5-intro-android/main.qml
+++ b/experimental/qt5-intro-android/main.qml
@@ -40,11 +40,12 @@
import QtQuick 2.0
-Item {
+Rectangle {
id: root
width: 1280
height: 720
+ color: "black"
property real widthFactor: root.width / root.height;