aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/monthgrid-2.qml
blob: 76af664645d622bb248ac94cbd0e15d175f5b053 (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.calendar 1.0

Window {
    visible: true

    MonthGrid {
        id: monthgrid
        objectName: "monthgrid"
        title: "MonthGrid"
    }
}