QmlNodeEditor
NodeRightPort.qml
Go to the documentation of this file.
1
import
QtQuick 2.15
2
import
QtQuick.Controls 2.15
3
4
Label {
5
elide: Text.ElideRight
6
text: portModel.name
7
horizontalAlignment: Text.AlignRight
8
rightPadding: 5
9
}
imports
QmlNodeEditor
private
NodeRightPort.qml
Generated by
1.9.1