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

ItemDelegate {
    text: "ItemDelegate"
}