aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/itemdelegate.qml
blob: 91e1d910b0f21b9901c4934325368a62cdeb2443 (plain)
1
2
3
4
5
6
import QtQuick 2.5
import QtQuick.Controls 2.1

ItemDelegate {
    text: "ItemDelegate"
}