~kalikiana/ubuntu-ui-toolkit/appsettings

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Tabs.qml

  • Committer: Zsombor Egri
  • Date: 2014-04-20 19:25:12 UTC
  • mto: (700.276.32 combobutton)
  • mto: This revision was merged to the branch mainline in revision 770.
  • Revision ID: zsombor.egri@canonical.com-20140420192512-o0juovm3r2a3myyj
version set to 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
/*!
20
20
    \qmltype Tabs
21
 
    \inqmlmodule Ubuntu.Components 0.1
 
21
    \inqmlmodule Ubuntu.Components 1.0
22
22
    \ingroup ubuntu
23
23
    \brief The Tabs class provides an environment where multible \l Tab
24
24
    children can be added, and the user is presented with a tab
33
33
    Example:
34
34
    \qml
35
35
        import QtQuick 2.0
36
 
        import Ubuntu.Components 0.1
37
 
        import Ubuntu.Components.ListItems 0.1 as ListItem
 
36
        import Ubuntu.Components 1.0
 
37
        import Ubuntu.Components.ListItems 1.0 as ListItem
38
38
 
39
39
        MainView {
40
40
            width: units.gu(48)
104
104
 
105
105
    \qml
106
106
        import QtQuick 2.0
107
 
        import Ubuntu.Components 0.1
 
107
        import Ubuntu.Components 1.0
108
108
 
109
109
        MainView {
110
110
            id: mainView