~tpeeters/ubuntu-ui-toolkit/page13

« back to all changes in this revision

Viewing changes to examples/ubuntu-ui-toolkit-gallery/Pickers.qml

  • Committer: Tarmac
  • Author(s): Sebastien Bacher
  • Date: 2015-03-12 10:49:27 UTC
  • mfrom: (1446.2.2 staging)
  • Revision ID: tarmac-20150312104927-5qn94gv5vad308iz
Use correct documentation urls in the gallery examples. Fixes: https://bugs.launchpad.net/bugs/1323518.

Approved by PS Jenkins bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    id: root
24
24
    TemplateSection {
25
25
        className: "Picker"
26
 
        documentation: "qml-ubuntu-components-pickers0-picker.html"
 
26
        documentation: "qml-ubuntu-components-pickers-picker.html"
27
27
 
28
28
        TemplateRow {
29
29
            title: i18n.tr("Linear")
104
104
 
105
105
    TemplateSection {
106
106
        className: "Dialer"
107
 
        documentation: "qml-ubuntu-components-pickers0-dialer.html"
 
107
        documentation: "qml-ubuntu-components-pickers-dialer.html"
108
108
 
109
109
        TemplateRow {
110
110
            title: i18n.tr("Clock")
180
180
    }
181
181
    TemplateSection {
182
182
        className: "DatePicker"
183
 
        documentation: "qml-ubuntu-components-pickers0-datepicker.html"
 
183
        documentation: "qml-ubuntu-components-pickers-datepicker.html"
184
184
        TemplateRow {
185
185
            title: "Date"
186
186
            DatePicker {