summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelayoutitem/data/layoutItem.qml
blob: ee881a2ddf4f773b4d808d39fb68c3bdbb967720 (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.7

LayoutItem {//Sized by the layout
    id: resizable
    objectName: "resizable"
    minimumSize: "100x100"
    maximumSize: "300x300"
    preferredSize: "200x200"
}