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 node " + nodeModel.nodeId +
"?"
11 standardButtons: Dialog.Ok | Dialog.Cancel