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

--- Comment #7 from Kai Uwe Broulik <k...@privat.broulik.de> ---
QFileDialog creates a platform file dialog helper (KDEPlatformFileDialogHelpern
in plasma-integration) and then asks it to create a dialog which we do.
However, the QFileDialog you create on the clientside is not the actual window
that's being shown, instead it's an internal window created by the dialog
helper. Check the code in plasma-integration and you'll see that this is more
of an architectural limitation/design choice in Qt. If you find a solution for
getting the actual window, that doesn't involve using private Qt headers, much
appreciated.

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

Reply via email to