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

Item {
    width: 100
    height: 62

    x: Math.max(0, 200)
}