Uploaded image for project: 'Qt Automotive Suite'
  1. Qt Automotive Suite
  2. AUTOSUITE-134

WindowManager::onWindowReady is handled after Component.onCompleted for QML part of the screen

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Not Evaluated Not Evaluated
    • None
    • 2.0
    • Qt Application Manager
    • None
    • e2c4d58dcdd88e560506c8158f39b59ee10ddba7

      On application startup in single-process mode the following use-case occurs:

      • C++ part of the application screen is completed.
      • WindowManager's windowReady signal handler is called.
      • Component.onCompleted is called for QML part of the application's screen

      In this case application's/sysui logic could not rely on the window properties set in Component.onCompleted handler. During onWindowReady call those properties might not be available yet.

      To fix the issue the guarantee is needed that Component.onCompleted would be always called before onWindowReady is called.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            rgriebl Robert Griebl
            vkotov Valery Kotov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes