~ubuntu-branches/ubuntu/raring/python-qt4/raring-proposed

« back to all changes in this revision

Viewing changes to examples/declarative/ui-components/progressbar/content/ProgressBar.qml

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-01-07 09:26:35 UTC
  • mfrom: (1.5.13) (4.2.7 experimental)
  • Revision ID: package-import@ubuntu.com-20130107092635-7qcg712heele9p9a
Tags: 4.9.6-1ubuntu1
* Fix compiling Qt Designer plugin with multiarched python.
* Unify build targets across py2 & 3, both now multiarched.
* Enable DEB_BUILD_OPTIONS compliant parallel build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/****************************************************************************
2
2
**
3
 
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
4
 
** All rights reserved.
5
 
** Contact: Nokia Corporation (qt-info@nokia.com)
 
3
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
 
4
** Contact: http://www.qt-project.org/legal
6
5
**
7
 
** This file is part of the QtDeclarative module of the Qt Toolkit.
 
6
** This file is part of the examples of the Qt Toolkit.
8
7
**
9
8
** $QT_BEGIN_LICENSE:BSD$
10
9
** You may use this file under the terms of the BSD license as follows:
18
17
**     notice, this list of conditions and the following disclaimer in
19
18
**     the documentation and/or other materials provided with the
20
19
**     distribution.
21
 
**   * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
22
 
**     the names of its contributors may be used to endorse or promote
23
 
**     products derived from this software without specific prior written
24
 
**     permission.
 
20
**   * Neither the name of Digia nor the names of its contributors
 
21
**     may be used to endorse or promote products derived from this 
 
22
**     software without specific prior written permission.
25
23
**
26
24
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
27
25
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
38
36
**
39
37
****************************************************************************/
40
38
 
41
 
import Qt 4.7
 
39
import QtQuick 1.0
42
40
 
43
41
Item {
44
42
    id: progressbar