QmlNodeEditor
NodeCenterContent.qml
Go to the documentation of this file.
1 import QtQuick 2.15
2 import QtQuick.Controls 2.15
3 
4 Rectangle {
5  border.color: "red"
6  color: "transparent"
7  width: 100
8  height: 50
9 }