Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
QDS 4.5.1
-
None
Description
Sample .fig project attached. Export the component and specify the following in "Home -> Properties":
property bool myBool: width > 100
It is exported as
property bool myBool: true
As far as I concern, the result may not necessarily be always "true". It is just that at the time of being exported, "width" is indeed greater than 100. But it can be something else afterwards.