When I create a file dialog using a static function from QFileDialog the DontUseNativeDialog option can be enabled or or disabled. But if I create a file dialog using the constructor that option is enabled no matter what I do. Even when testOption(QFileDialog::DontUseNativeDialog) returns false. Is there something related I miss?
Thanks