summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/contacts/1_Drawing_and_Animation/1_Drawing_and_animation.qml
blob: 4ea77f3db7f7ac2b08d9b5a4c3bda5fa4d4e4fca (plain)
1
2
3
4
5
6
7
8
9
<Rect id="page" width="{layout.width}" height="{layout.height}" color='white'>
    <VerticalLayout id="layout" width="{contents.width}" margin="5" spacing="5">
        <GroupBox contents="RemoveButton1.qml" label="Rectangle Component"/>
        <GroupBox contents="RemoveButton2.qml" label="Closed Remove Item Button"/>
        <GroupBox contents="RemoveButton3.qml" label="Open Remove Item Button"/>
        <GroupBox contents="RemoveButton4.qml" label="State Based Button"/>
        <GroupBox contents="RemoveButton5.qml" label="Animated Button"/>
    </VerticalLayout>
</Rect>