summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/layouts/data/horizontal.xml
blob: f9deaf19eed67d19ca112d3af7625d71db09746e (plain)
1
2
3
4
5
6
7
<Item width="640" height="480">
    <HorizontalLayout>
        <Rect id="one" color="red" width="50" height="50"/>
        <Rect id="two" color="red" width="20" height="10"/>
        <Rect id="three" color="red" width="40" height="20"/>
    </HorizontalLayout>
</Item>