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

TabButton {
    text: "TabButton"
}