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

ItemDelegate {
    text: "ItemDelegate"
}