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

Calling QQuickWindow::setTransientParent does not take effect

XMLWordPrintable

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

      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?

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes