~kalikiana/ubuntu-ui-toolkit/appsettings

« back to all changes in this revision

Viewing changes to documentation/resolution-independence.qdoc

  • Committer: Christian Dywan
  • Date: 2014-06-05 15:02:13 UTC
  • mfrom: (700.207.159 staging)
  • Revision ID: christian.dywan@canonical.com-20140605150213-59k3jdozkxcqrx5a
MergeĀ lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
    Example Usage:
66
66
    \code
67
 
    import Ubuntu.Components 1.0
 
67
    import Ubuntu.Components 1.1
68
68
 
69
69
    Item {
70
70
        width: units.gu(2)
79
79
 
80
80
    Example Usage:
81
81
    \code
82
 
    import Ubuntu.Components 1.0
 
82
    import Ubuntu.Components 1.1
83
83
 
84
84
    Rectangle {
85
85
        height: units.dp(1)
143
143
 
144
144
    Example Usage:
145
145
    \code
146
 
    import Ubuntu.Components 1.0
 
146
    import Ubuntu.Components 1.1
147
147
 
148
148
    Label {
149
149
        fontSize: "small"