Re: QFileDialog and KDE file dialogs

2017-03-05 Thread Frank Schäfer
Am 04.03.2017 um 20:59 schrieb David Faure: On samedi 4 mars 2017 12:03:08 CET Frank Schäfer wrote: Hi, I'm trying to track down a bug which occurs when using QFileDialog::getSaveFileName in a Qt5-application. With option QFileDialog::DontUseNativeDialog a different dialog displayed, so a

Re: QFileDialog and KDE file dialogs

2017-03-04 Thread David Faure
On samedi 4 mars 2017 12:03:08 CET Frank Schäfer wrote: > Hi, > > I'm trying to track down a bug which occurs when using > QFileDialog::getSaveFileName in a Qt5-application. > With option QFileDialog::DontUseNativeDialog a different dialog > displayed, so a native file dialog seems to be used. >

QFileDialog and KDE file dialogs

2017-03-04 Thread Frank Schäfer
Hi, I'm trying to track down a bug which occurs when using QFileDialog::getSaveFileName in a Qt5-application. With option QFileDialog::DontUseNativeDialog a different dialog displayed, so a native file dialog seems to be used. I've checked the source code of QFileDialog::getSaveFileName and