Uses inverted theme (black background)
authorHeli Hyvättinen <heli.hyvattinen@kymp.net>
Sun, 7 Aug 2011 14:53:54 +0000 (17:53 +0300)
committerHeli Hyvättinen <heli.hyvattinen@kymp.net>
Sun, 7 Aug 2011 14:55:07 +0000 (17:55 +0300)
qml/MainPage.qml
qml/main.qml

index baf5c8c..1e77268 100644 (file)
@@ -6,6 +6,12 @@ import QtQuick 1.0
 Page {
     id: mainPage
     tools: commonTools
+
+
+
+
+
+
 //    Label {
 //        id: label
 //        anchors.centerIn: parent
@@ -91,6 +97,7 @@ Page {
              text: name
              font.pointSize: 40
              anchors.topMargin: 12
+             color: "white"
 
             MouseArea
             {
@@ -113,6 +120,8 @@ Page {
         property bool askAddition
 
 
+
+
         title:Label
         {
             color:"white"
index 0257f13..445856f 100644 (file)
@@ -4,6 +4,8 @@ import com.meego 1.0
 PageStackWindow {
     id: appWindow
 
+    Component.onCompleted: theme.inverted = true
+
     initialPage: mainPage
 
     MainPage{id: mainPage}