https://bugs.kde.org/show_bug.cgi?id=437584
ulte...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #2 from ulte...@gmail.com --- Confirmed problem in master branch. PROBING In function: void ChannelListPanel::saveList() - this variable is : ChannelListPanel('address', name="ChannelListWidgetUI") - this->parentWidget() : QStackedWidget('address', name="qt_tabwidget_stackedwidget") For QFileDialog::getSaveFileName( ) - Setting the option (i.e. the last argument of type QFileDialog::Options) to QFileDialog::DontUseNativeDialog, hence invoking the Qt File dialog, is a functioning workaround - Passing this->parentWidget() as the parent parameter (1st argument) makes the System File dialog work properly with kio 6.12.0-1 -- You are receiving this mail because: You are watching all bug changes.