~faenil/ubuntu-ui-toolkit/listitemlayout_fixes_and_docs

« back to all changes in this revision

Viewing changes to tests/unit_x11/tst_components/tst_pagestack.qml

  • Committer: Andrea Bernabei
  • Date: 2016-01-20 13:47:23 UTC
  • mfrom: (1795.2.13 staging)
  • Revision ID: andrea.bernabei@canonical.com-20160120134723-hn6rkf4s3pie0wwp
merge staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        id: tabs
55
55
        Tab {
56
56
            id: tab1
 
57
            page: Page {
 
58
                title: "Tab 1"
 
59
            }
57
60
        }
58
61
        Tab {
59
62
            id: tab2
 
63
            page: Page {
 
64
                title: "Tab 2"
 
65
            }
60
66
        }
61
67
    }
62
68
    Page {