QFileDialog::DontUseNativeDialog is not working
The native dialogs don't support the full array of features exposed by the QFileDialog
class. That's why they are only available through the static short-cut functions called getOpenFileName()
, getSaveFileName()
etc'. If you're using these functions and still don't want to see the native dialog, you use the DontUseNativeDialog
flag.