blob: 8b1682da925e8d4c3a5541594a1e75646150d847 [file] [log] [blame]
import QtQuick 2.9
Item {
width: 200
property int edgeWidth: edge.edgeWidth
EdgeObject {
id: edge
anchors.fill: parent
}
}