~frals/ubuntu-clock-app/clockview-easteregg

« back to all changes in this revision

Viewing changes to ClockFace.qml

  • Committer: Tarmac
  • Author(s): Juha Ristolainen
  • Date: 2013-02-21 08:03:05 UTC
  • mfrom: (2.1.6 ubuntu-clock-app)
  • Revision ID: tarmac-20130221080305-ks9g37mxc9sblu1j
Another approach at the initial app skeleton.

Approved by Nick Leppänen Larsson, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import QtQuick 2.0
 
2
import Ubuntu.Components 0.1
 
3
 
 
4
Item {
 
5
    width: 100
 
6
    height: 62
 
7
    Label {
 
8
        anchors.centerIn: parent
 
9
        text: i18n.tr("TODO: Clock face")
 
10
    }
 
11
}