aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelayoutitem/data/layoutItem.qml
blob: 349713397c329b38910c1b05ae75f1f1a1e47916 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 1.0

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