aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/override/swipedelegate.qml
blob: 9e3f00a93aa46af110e54bcd1cf765629d432343 (plain)
1
2
3
4
5
6
7
import QtQuick 2.12
import QtQuick.Controls 2.12

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