The "trick" here is to use Qt File Dialog, because native implementation don't allow You to do what You want. And the "actual problem" is with disabling file check.
Of course nothing stops You from using WinAPI, but the code will not be portable. Look for example here: http://msdn.microsoft.com/en-us/library/ms646927 .