aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/drawingmodes/data/DrawingModes.qml
blob: 4211f247f842beaef61117839f99bc9b5eee1717 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import QtQuick 2.0
import Test 1.0

Rectangle {
    id: root

    width: 200
    height: 200
    color: "black"

    DrawingModeItem {
        anchors.fill: parent
    }
}