~josephjamesmills/ubuntutv/mockup-ppa-branch

« back to all changes in this revision

Viewing changes to Unity-2d/ubuntu-tv/shell/weather/forecasts/elements/ForecastLabel.qml

  • Committer: Joseph Mills
  • Date: 2012-11-19 21:25:03 UTC
  • Revision ID: josephjamesmills@gmail.com-20121119212503-lwix013dozhb0ar4
adding Unity 2d stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/** This file is part of Qt Media Hub**
 
2
 
 
3
Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).*
 
4
All rights reserved.
 
5
 
 
6
Contact:  Nokia Corporation qmh-development@qt-project.org
 
7
 
 
8
You may use this file under the terms of the BSD license
 
9
as follows:
 
10
 
 
11
Redistribution and use in source and binary forms, with or
 
12
without modification, are permitted provided that the following
 
13
conditions are met:
 
14
* Redistributions of source code must retain the above copyright
 
15
notice, this list of conditions and the following disclaimer.
 
16
 
 
17
* Redistributions in binary form must reproduce the above copyright
 
18
notice, this list of conditions and the following disclaimer in the
 
19
documentation and/or other materials provided with the distribution.
 
20
 
 
21
* Neither the name of Nokia Corporation and its Subsidiary(-ies)
 
22
nor the names of its contributors may be used to endorse or promote
 
23
products derived from this software without specific prior
 
24
written permission.
 
25
 
 
26
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 
27
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
28
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 
29
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 
30
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
 
31
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 
32
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 
33
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 
34
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 
35
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
36
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 
37
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **/
 
38
 
 
39
import Qt 4.7
 
40
 
 
41
Item {
 
42
    id: root
 
43
 
 
44
    property string currentTemperature
 
45
    property string currentHumidity
 
46
    property string currentWindCondition
 
47
    property string folder: "../../images/"
 
48
 
 
49
 
 
50
}