aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/switchdelegate.qml
blob: d0d9599cffb19bb68a22ea3528e1056d0b65884a (plain)
1
2
3
4
5
6
import QtQuick 2.12
import QtQuick.Controls 2.12

SwitchDelegate {
    text: "SwitchDelegate"
}