Sunday, May 8, 2011

QFileDialog causes crash


QFileDialog causes crash when non-static functions used - Qt Programming - QtForum.org: "fd->setOption( QFileDialog::DontUseNativeDialog, true );"

This problem seems related to Gnome themes with Qt 4.7. There are several bug reports on internet but no one gives answer to eradicate this problem. However, some one purpose a method, use Qt simulated theme to instead the system theme, and it works for me.
Add "-style plastique" in "Arguments" as above.

No comments:

Post a Comment