QmlDesigner: Remove QML output

Change-Id: I40263a26304904a827a90f86272eacb2d1684a69
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2023-09-13 16:34:54 +02:00
committed by Henning Gründl
parent 9f391acdd9
commit ffd23a68a2

View File

@@ -21,12 +21,6 @@ Column {
//implicitWidth: Math.max(16, container.childrenRect.width + container.childrenRect.x) //implicitWidth: Math.max(16, container.childrenRect.width + container.childrenRect.x)
//implicitHeight: Math.max(16, container.childrenRect.height + container.childrenRect.y) //implicitHeight: Math.max(16, container.childrenRect.height + container.childrenRect.y)
onActionTypeChanged: {
print("changed")
print(root.actionType)
print(ConnectionModelStatementDelegate.ChangeState)
}
// Call Function // Call Function
Row { Row {
visible: root.actionType === ConnectionModelStatementDelegate.CallFunction visible: root.actionType === ConnectionModelStatementDelegate.CallFunction