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

Calling QQuickWindow::setTransientParent does not take effect

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • 5.12.2, 5.13.0, 5.13.1
    • None
    • Windows

    Description

      Using the transientParent property like following works as expected:

       

      Window {
          transientParent: mainwindow
      }

      But once I move that assignment into onCompleted signal, it no longer works. It may be that this only works before the window is created, but I could not find that information in the documentation. I tried assigning the transient parent using a C++ method as well. And That doesn't work either.

       

      Is it not possible to change the transient window or is this a bug?

      Attachments

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

        Activity

          People

            srutledg Shawn Rutledge
            furkanzmc Furkan Üzümcü
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes