Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.15.6
Description
QFileDialog w; w.show(); QFileDialog::getOpenFileName();
the above demo shows different filedialog, the static function created the native filedialog but instanced QFileDialog didn't. If the static function can create the native one, why instanced QFileDialog fall back to the Qt one.