~kalikiana/ubuntu-ui-toolkit/appsettings

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Page.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:
19
19
 
20
20
/*!
21
21
    \qmltype Page
22
 
    \inqmlmodule Ubuntu.Components 0.1
 
22
    \inqmlmodule Ubuntu.Components 1.0
23
23
    \ingroup ubuntu
24
24
    \brief A page is the basic Item that must be used inside the \l MainView,
25
25
        \l PageStack and \l Tabs.
33
33
 
34
34
    \qml
35
35
        import QtQuick 2.0
36
 
        import Ubuntu.Components 0.1
 
36
        import Ubuntu.Components 1.0
37
37
 
38
38
        MainView {
39
39
            width: units.gu(48)
94
94
      and anchors to the top of the page or fills the page. For example:
95
95
      \qml
96
96
        import QtQuick 2.0
97
 
        import Ubuntu.Components 0.1
 
97
        import Ubuntu.Components 1.0
98
98
 
99
99
        MainView {
100
100
            width: units.gu(30)