QmlNodeEditor
NodeLeftPort.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  leftPadding: 5
8 }