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

Notes on QDialog native dialog implementation

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P5: Not important
    • None
    • None
    • None
    • All

    Description

      QDialog allows for platform helpers. This seems to be implemented by a few hooks that are based on nativeDialogInUse. But all the machinery for showing the widget is still run, but with WA_DontShowOnScreen set for the top level widget.

      That means we're both creating a native window for the top level, and doing all of the show-handling of all the child widgets of the non-native fallback, just to conclude in the top level show_sys that we won't show it on screen after all.

      Attachments

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

        Activity

          People

            vestbo Tor Arne Vestbø
            vestbo Tor Arne Vestbø
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes