Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
QDS 4.2
-
None
Description
In the attached project, there's Gauge.ui.qml, which uses Gause.ui.qml as a root QML component.
When I open the Gauge.ui.qml and start editing its properties on Properties Tab, selecting "root," which is an id of the root QML type(BaseGauge) in Gauge.ui.qml, doesn't show the properties exposed from BaseGauge.ui.qml. It only shows the properties which are defined in the root level of Gauge.ui.qml.