~ubuntu-branches/ubuntu/wily/qtdeclarative-opensource-src/wily-proposed

« back to all changes in this revision

Viewing changes to examples/qml/tutorials/extending/chapter5-listproperties/app.qml

  • Committer: Package Import Robot
  • Author(s): Ricardo Salveti de Araujo, Ricardo Salveti de Araujo, Timo Jyrinki
  • Date: 2014-06-19 02:39:21 UTC
  • mfrom: (0.1.18 experimental)
  • Revision ID: package-import@ubuntu.com-20140619023921-yb2oasnuetz9b0fc
Tags: 5.3.0-3ubuntu4
[ Ricardo Salveti de Araujo ]
* debian/control:
  - Updating dependencies as we now also have libqt5quickwidgets5-gles
* libqt5quickwidgets5.symbols: updating to allow gles variant

[ Timo Jyrinki ]
* Update libqt5quickparticles5.symbols from build logs

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        width: 100; height: 100
50
50
 
51
51
        slices: [
52
 
            PieSlice { 
 
52
            PieSlice {
53
53
                anchors.fill: parent
54
54
                color: "red"
55
 
                fromAngle: 0; angleSpan: 110 
 
55
                fromAngle: 0; angleSpan: 110
56
56
            },
57
 
            PieSlice { 
 
57
            PieSlice {
58
58
                anchors.fill: parent
59
59
                color: "black"
60
 
                fromAngle: 110; angleSpan: 50 
 
60
                fromAngle: 110; angleSpan: 50
61
61
            },
62
 
            PieSlice { 
 
62
            PieSlice {
63
63
                anchors.fill: parent
64
64
                color: "blue"
65
65
                fromAngle: 160; angleSpan: 100