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

Support having a QtObject as the root element

    XMLWordPrintable

Details

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

    Description

      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 {}
          [...]
      }
      

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes