Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
QDS 4.0
-
None
Description
> Open project UntitledProject11 in attachment
> In MyLabel component, there is two aliases :
property alias labelText: label.text
property alias imageSource: image.source
> In my instance in Screen01.ui.qml, if I want to change those properties in Screen01.qml, those properties are not displayed on the property view
It happens when I added the imageSource alias. I guess this problem is linked to a source alias.