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

Button {
    width: 80
    text: "Disabled"
    enabled: false
}