Hi,<br><br><div class="gmail_quote">On Thu, Jun 14, 2012 at 1:04 AM, Mogliii <span dir="ltr"><<a href="mailto:mogliii@gmx.net" target="_blank">mogliii@gmx.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Forwarding from kile-devel<br>
Does anyone of have an answer? Is kile supposed to have different<br>
dialogs for opening/saving?<br></blockquote><div><br></div><div>Sounds like Kile is using the static QFileDialog::openFileName() function to get a filename to open, this function uses the native dialog on all platforms by default and hence would open the windows native dialog.</div>
<div><br></div><div>On the other hand, saving seems to be done through KFileDialog as you say it opens the KDE file dialog.</div><div><br></div><div>On a Linux system with a KDE desktop there would be no noticeable difference, since the 'native platform file dialog' there is the KDE file dialog and hence the static function would open that one.</div>
<div><br>Thats of course just a guess based on the behaviour you describe. But if this is really happening it is a bug in Kile, though its not clear which of the two cases is buggy. That depends on the intent of the Kile developers, i.e. do they want native platform dialogs for open/save or do they always want KDE dialogs....</div>
<div><br></div><div>Andreas</div></div>