aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/data/button/qtlabscontrols-button-pressed.qml
blob: 272f2e2c2b859fcff21ba0f913740e5fc4831976 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0
import Qt.labs.controls 1.0

Button {
    width: 80
    text: "Pressed"
    pressed: true
}