Code review comment for lp://staging/~tpeeters/ubuntu-ui-toolkit/headerAnimate

Revision history for this message
Tim Peeters (tpeeters) wrote :

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