aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/data/qtlabscontrols-spinbox-down.qml
blob: b6e78c83f157303afdfc66e7f9ef4a2cb75b24cb (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.0
import Qt.labs.controls 1.0

SpinBox {
    value: 50
    Rectangle {
        anchors.fill: down.indicator
        color: "transparent"
        border.color: "red"
    }
}