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

Creating multi window application not working with qt creator

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • 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)

    Description

      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.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-81963
          # Subject Branch Project Status CR V

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes