aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/data/button/qtquickcontrols2-button-pressed.qml
blob: 3ebcc39e141e0344e47b08c251f716bb858b6938 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0
import QtQuick.Controls 2.0

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