https://bugs.kde.org/show_bug.cgi?id=441802

Friedrich W. H. Kossebau <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDSINFO                   |REPORTED
         Resolution|WORKSFORME                  |---

--- Comment #11 from Friedrich W. H. Kossebau <[email protected]> ---
(In reply to Antonio Rojas from comment #10)
> Actually, the problem seems to be the plain Qt file picker. I can reproduce
> in Plasma by removing plasma-integration (I couldn't find an env variable to
> force using the Qt file picker without removing it)

Good idea. Indeed, on a quick look I could not find how QFileDialog itself
would invoke the signal if not using a QPlatformDialogHelper. Ouch.

And the built-in would be used for any QPA which does not provide a custom one
on the request by
QGuiApplicationPrivate::platformTheme()->createPlatformDialogHelper(static_cast<QPlatformTheme::DialogType>(type));

Seems https://codereview.qt-project.org/c/qt/qtbase/+/89484 missed out that
code path :(

Next up: writing a test & bug for Qt

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to