aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickdesignersupport/data/TestComponent.qml
blob: 63d65b435cef75b9b060d8fd1036a0f19a579b67 (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.0

Item {
    width: 100
    height: 62

    // Add a dummy dependency to parent.x to ensure that the
    // binding stays for the test.
    x: parent.x + Math.max(0, 200) - parent.x
}