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

--- Comment #11 from Christoph Cullmann <cullm...@kde.org> ---
We use the proper:

QFileDialog::getOpenFileUrls

https://doc.qt.io/qt-5/qfiledialog.html#getOpenFileUrls

That has not even an option for the behavior you wish.

And there is no proper other function that gives you a native file dialog of
the platform in Qt.

Therefore, no, this is not a few minutes fix.
If you want to have a different behavior, perhaps you need to raise this issue
in Qt, they can "improve" that method in any way, Kate/KWrite/... just call
that and then open all stuff returned by it.

In any case, our current way to do stuff is as intended, we don't even try to
tweak the behavior QFileDialog::getOpenFileUrls gives you, same for the save
case, there we use QFileDialog::getSaveFileUrl.

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

Reply via email to