forked from qt-creator/qt-creator
QmlDesigner: Remove QML output
Change-Id: I40263a26304904a827a90f86272eacb2d1684a69 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
9f391acdd9
commit
ffd23a68a2
@@ -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
|
||||||
|
Reference in New Issue
Block a user