aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/SelectionRectangle.qml
blob: aa0c27d7b7a3ec021863db02c0223f84ac097e2d (plain)
1
2
3
4
5
6
7
8
9
10
11
pragma Strict
import QtQml
import QtQuick.Templates as T

T.SelectionRectangle {
    component Handle : QtObject {
        property QtObject rect: SelectionRectangle
    }
    property QtObject aa: Handle {}
}