FedoraQt / QGnomePlatform

QPlatformTheme for a better Qt application inclusion in GNOME
GNU Lesser General Public License v2.1
262 stars 38 forks source link

Open FileDialog in requested directory #104

Open marbub opened 2 years ago

marbub commented 2 years ago

In Qt Creator it is opening the protal dialog which is not using the requested directory but the shows me the recent entries. Which is not very helpful because I have to navigate by hand to the requested directory. Mostly it opens the dialog in the background too which looks like there is a bug with the dialog placement.

grulja commented 2 years ago

I think this https://github.com/flatpak/xdg-desktop-portal/pull/874 is related to this. Currently FileChooser::OpenFile doesn't have such option.