summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/flickable/Day.qml
blob: 0765e2f2b041c130cbb8804e5e476774580e9787 (plain)
1
2
3
4
5
6
7
8
<Rect width="400" height="500" radius="7" pen.color="black" id="Page">
    <properties>
        <Property name="day" type="string" />
    </properties>

    <Image x="10" y="10" file="cork.jpg" opaque="true"/>
    <Text x="20" y="20" height="40" font.size="14" font.bold="true" width="370" text="{day}" style="Outline" styleColor="#dedede"/>
</Rect>