aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/switchdelegate.qml
blob: ae9b95f13a55082bbb56c706be9cc02847eec8e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import QtQuick 2.5
import QtQuick.Window 2.2
import QtQuick.Controls 2.0

Window {
    visible: true

    SwitchDelegate {
        id: switchdelegate
        objectName: "switchdelegate"
        text: "SwitchDelegate"
    }
}