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

Details

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

    Description

      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.

      Attachments

        For Gerrit Dashboard: AUTOSUITE-134
        # Subject Branch Project Status CR V

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes