Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
QDS 4.4
-
None
Description
While using the Connections Editor, a full crash occurred.
I was attempting to add a 2nd connection on to a button in which the pressing of the button on one state would trigger a property change on another state. The property change was changing text from one group of words to another.
ButtonLarge { id: normalColorsButton x: 42 y: 36 dELICATESText: "NORMAL / COLORS" autoExclusive: true Connections { target: normalColorsButton onClicked: rectangle.state = "startOrCustomize" } Connections { target: normalColorsButton onClicked: loadName.text = "NORMAL / COLORS" } }
Note: The Connections Editor was removed from the UI and on a 2nd monitor.
Attached is the dmp file from my Mac and the project file in question.