2 import QtQuick.Controls 2.15
5 parent: Overlay.overlay
6 x: Math.round((parent.width - width) / 2)
7 y: Math.round((parent.height - height) / 2)
10 title:
"Do you really want to remove connection from node " + from.nodeId +
" port " + from.portId +
" to node " + to.nodeId +
" port " + to.portId +
"?"
11 standardButtons: Dialog.Ok | Dialog.Cancel