aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols2/accessibility/data/override/switchdelegate.qml
blob: 0c66f9e9e9f434b3ed9a2d7a1fd3389ec8086ecb (plain)
1
2
3
4
5
6
7
import QtQuick
import QtQuick.Controls

SwitchDelegate {
    text: "SwitchDelegate"
    Accessible.name: text + "Override"
}