~neon/qt/qtdoc

« back to all changes in this revision

Viewing changes to doc/snippets/qmlapp/usecases/styling.qml

  • Committer: The Qt Project
  • Author(s): Frederik Gladhorn
  • Date: 2015-02-16 10:20:01 UTC
  • mfrom: (700.1.1)
  • Revision ID: git-v1:61b6d26ddd6502e634e1db25f5ca9f7ee86c2e85
Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
                    GradientStop { position: 1 ; color: control.pressed ? "#000" : "#fff" }
61
61
                }
62
62
            }
 
63
       }
 
64
    //![0]
63
65
    }
64
 
    //![0]
65
66
}