Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
QDS 4.3.2
-
None
-
afdf82a6c (qds/dev)
-
QDS Berlin - 2024 Week 3/4
Description
I attached the project for reproduction.
Reproduction Steps:
- In Navigator, right-click on "dropArea"
- Proceed to "Add new Connection"
- Close the popup.
- The generated code says "exited" but it's supposed to be onExited.
- Launching the code as is causes an error.
13:39:18: Starting C:\Qt\Tools\QtDesignStudio\qt6_design_studio_reduced_version\bin\qml2puppet-4.3.2.exe --qml-runtime -I C:/Users/81808/Downloads/UntitledProject1/imports -I C:/Users/81808/Downloads/UntitledProject1/asset_imports --apptype widget C:/Users/81808/Downloads/UntitledProject1/content/App.qml... QML debugging is enabled. Only use this in a safe environment. Info: Starting QML Runtime ((null):0, (null)) Warning: QQmlApplicationEngine failed to load component ((null):0, (null)) Warning: file:///C:/Users/81808/Downloads/UntitledProject1/content/App.qml:14:5: Type Screen01 unavailable (file:///C:/Users/81808/Downloads/UntitledProject1/content/App.qml:14, (null)) Warning: file:///C:/Users/81808/Downloads/UntitledProject1/content/Screen01.qml:70:17: Cannot assign to non-existent property "exited" (file:///C:/Users/81808/Downloads/UntitledProject1/content/Screen01.qml:70, (null)) qml: Did not load any objects, exiting. 13:39:18: C:\Qt\Tools\QtDesignStudio\qt6_design_studio_reduced_version\bin\qml2puppet-4.3.2.exe exited with code 2