cetic / foren6-gui-qt

2 stars 7 forks source link

Replaced getOpenFileName() with dialog.exec() and appropriate filters to show system files #2

Closed cgundogan closed 9 years ago

cgundogan commented 9 years ago

This PR replaces the call to QFileDialog::getOpenFileName() with dialog.exec(). This way we have more control over the filters that are applied to the QFileDialog.

See #1

laurentderu commented 9 years ago

Thank you for the PR