Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-81963

Creating multi window application not working with qt creator

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P4: Low P4: Low
    • 5.15.1, 6.0.0 RC
    • 5.14.1
    • QML: Tooling
    • None
    • Windows
    • efb4d6bfd876b71fc4c942444319cb0b24bda41e (qt/qtdoc/dev) fc94e5c5cfab13aeae8609c55dcf2c883533ef3d (qt/qtdoc/5.15)

      I tried to created a multi window application like this:

      Item {
          Window {
              ...
          } 
          
          Window {
              ...
          }
      }
      

       It compiles and starts but there is no window showing.

       

      The same code is working is started via console:

      <path to qt>\5.12.5\msvc2017_64\bin\qmlscene.exe main.qml
      

      Though it opens one window more than specified with the title "qmlscene"

       

      OBSERVATION:

      • multi window app starting but not showing using the creator
      • multi window app starting and showing using "qmlscene.exe"

      EXPECTATION:

      • some error message in the creator...
      • ...or windows showing when starting from creator

       

      Test project attached.

        1. multiWindowTest.zip
          5 kB
          Peter Michaelsen
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            ulherman Ulf Hermann
            petermichaelsen Peter Michaelsen
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes