~timo-jyrinki/ubuntu/saucy/qtcreator/add_workaround_back

« back to all changes in this revision

Viewing changes to share/qtcreator/templates/qtquickapp/qml/app/symbian11/MainPage.qml

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-11-18 16:18:49 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20111118161849-5t8jugl6egvs4iev
Tags: 2.4.0~rc-0ubuntu1
* New upstream release candidate.
* Drop 04_fix_ftbfs_arm_qreal.diff, merged upstream.
* Refresh 01_fix_installation_paths.diff.
* Compress binary packages with xz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import QtQuick 1.1
 
2
import com.nokia.symbian 1.1
 
3
 
 
4
Page {
 
5
    id: mainPage
 
6
    Text {
 
7
        anchors.centerIn: parent
 
8
        text: qsTr("Hello world!")
 
9
        color: platformStyle.colorNormalLight
 
10
        font.pixelSize: 20
 
11
    }
 
12
}