text:"Use drag and drop:<ul><li>Without Modifier to add a normal connection</li><li>With <i>Alt</i> to add Connections from a Entrie lower as the target</li><li>With <i>Shift</i> to move entries</li><li>With <i>Str</i> to move an entry temporarily</li></ul>"
wrapMode:"WordWrap"
width:300
}
width:500
}
Popup{
x:(parent.width-width)/2
y:(parent.height-height)/2
id:popup_addConnectionAsk
propertystringoutputName
propertystringinputName
contentItem:ColumnLayout{
Label{
text:"Add a connection from the OutputDataProducer "+popup_addConnectionAsk.outputName+" to the InputDataConsumer "+popup_addConnectionAsk.inputName+"."
Layout.fillWidth:true
wrapMode:"WordWrap"
}
Label{
Layout.fillWidth:true
text:" Output Units will be taken from the OutputDataProducer"
wrapMode:"WordWrap"
TextInputField{
id:textInput_connectionWidth
width:35
text:"50"
validator:IntValidator{
bottom:1
top:9999
}
anchors.left:parent.left
anchors.top:parent.top
font.pixelSize:parent.font.pixelSize
}
}
Label{
Layout.fillWidth:true
text:" is the index of the first Output Units in the array of output units of the OutputDataProducer"