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

Support having a QtObject as the root element

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • 5.11
    • 2.0
    • Qt Application Manager
    • None

      You may have a system ui that renders to multiple windows.
      In that scenario you would like your root qml file to look like this:

      QtObject {
          Window {}
          Window {}
          [...]
      }
      

      But right now you have to resort to the following structure, which looks rather hacky (like what's being done in Neptune 2 and 3):

      Window {
          Window {}
          [...]
      }
      

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

            bweimer Bernd Weimer
            dandrader Daniel d'Andrada
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes