After a discussion with Zsombor and Christian, I checked whether QQuickItem.componentComplete() is called before or after the Item's Component.onCompleted. Unfortunately, it is after so I cannot use that:
UCHeader.componentComplete() qml: AppHeader.Component.onCompleted() start. qml: AppHeader.Component.onCompleted() done.
« Back to merge proposal
After a discussion with Zsombor and Christian, I checked whether QQuickItem. componentComple te() is called before or after the Item's Component. onCompleted. Unfortunately, it is after so I cannot use that:
UCHeader. componentComple te() Component. onCompleted( ) start. Component. onCompleted( ) done.
qml: AppHeader.
qml: AppHeader.