~ubuntu-sdk-team/ubuntu-ui-toolkit/orientationManual

« back to all changes in this revision

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

  • Committer: CI Train Bot
  • Author(s): Leo Arias, Christian Dywan, Nekhelesh Ramananthan, Tim Peeters, Zoltán Balogh
  • Date: 2015-03-27 12:35:52 UTC
  • mfrom: (1000.433.19 last_bugfix_vivid)
  • Revision ID: ci-train-bot@canonical.com-20150327123552-mdwg6mecr05akf0q
The very last bugfix landing for Vivid

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2013 Canonical Ltd.
 
2
 * Copyright 2013-2015 Canonical Ltd.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU Lesser General Public License as published by
39
39
        source: "Toggles.qml"
40
40
    }
41
41
    ListElement {
42
 
        objectName: "toolbarElement"
43
 
        label: "Toolbar"
44
 
        source: "Toolbar.qml"
45
 
    }
46
 
    ListElement {
47
42
        objectName: "buttonsElement"
48
43
        label: "Buttons"
49
44
        source: "Buttons.qml"