Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
QDS 4.8
-
None
-
4d2ccda08 (qds/dev)
Description
For example, if the project has this component (also attached as file), the type of the alias property in it is not properly resolved:
import QtQuick Rectangle { property alias redRect: redRect width: 200 height: 200 Rectangle { id: redRect width: 100 height: 100 color: "#ff0000" } }
The redRect property in the above component gets null propertyTypeId in database, so is impossible to determine what the property type is at runtime.
Attachments
Issue Links
- is required for
-
QDS-15517 "Expose models and lights" button does not do anything in Lights Baking Setup
-
- Closed
-
For Gerrit Dashboard: QDS-15530 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
651378,2 | QmlDesigner: Fix local resolved aliases | qds/dev | qt-creator/qt-creator | Status: MERGED | +2 | +1 |