You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not seem as simple as I thought, unless we use some trickery.
Apparently, this is not supported anymore since Qt started its push to use system file dialogs where possible (in Qt4 it seems).
The only workaround I read about is to force using Qt builtin dialog instead of the system dialog by setting the QFileDialog::DontUseNativeDialog flag and then add our widget to the FileDialog manually.
Another, uglier but easier solution is to select the file using the normal/system dialog but open a second dialog with options. Or we could open that "options" dialog directly and have the filepath one of the options.
We need to add a checkbox in the File dialog or something like that
The text was updated successfully, but these errors were encountered: