~ubuntukylin-members/i-help-you/trunk

« back to all changes in this revision

Viewing changes to qml/func/Launcher.qml

  • Committer: kobe
  • Date: 2013-06-04 09:30:47 UTC
  • Revision ID: kobe24_lixiang@126.com-20130604093047-btclhnr3pg1j7ks9
modify picture and pushstack pages

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2013 National University of Defense Technology(NUDT) & Kylin Ltd.
 
3
 *
 
4
 * This program is free software; you can redistribute it and/or modify
 
5
 * it under the terms of the GNU General Public License as published by
 
6
 * the Free Software Foundation; version 3.
 
7
 *
 
8
 * This program is distributed in the hope that it will be useful,
 
9
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
 * GNU General Public License for more details.
 
12
 *
 
13
 * You should have received a copy of the GNU General Public License
 
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
15
 */
 
16
 
 
17
import QtQuick 2.0
 
18
 
 
19
import Ubuntu.Components 0.1
 
20
import RegisterMyType 0.1
 
21
 
 
22
Rectangle {
 
23
    width: units.gu(parent.width)
 
24
    height: 460
 
25
    property Dispatcher dis: mydispather
 
26
 
 
27
 
 
28
    Text {
 
29
        id: text0
 
30
        x: 30
 
31
        y: 11
 
32
        width: 69
 
33
        height: 20
 
34
        text: qsTr("Launcher test by kobe")
 
35
        font.bold: true
 
36
        font.pointSize: 13
 
37
        font.pixelSize: 12
 
38
    }
 
39
}