aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/toolbutton.qml
blob: a4bbf7a3b3ada4c5ba50029d060402ae203c090c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import QtQuick 2.5
import QtQuick.Window 2.2
import Qt.labs.controls 1.0

Window {
    visible: true

    ToolButton {
        id: toolbutton
        objectName: "toolbutton"
        text: "ToolButton"
    }
}