Can you use:<br><br>QDir::Filters QFileDialog::filter () const<br><br>or <br><br>void QFileDialog::filterSelected ( const QString &amp; filter ) [signal]<div><br></div><div><a href="http://qt-project.org/doc/qt-4.8/qfiledialog.html#filter">http://qt-project.org/doc/qt-4.8/qfiledialog.html#filter</a></div>

<div><br></div><div>- Nathan<br><br><br>On Fri, Mar 9, 2012 at 11:00 AM, Giuseppe Sucameli &lt;<a href="mailto:brush.tyler@gmail.com">brush.tyler@gmail.com</a>&gt; wrote:<br>&gt;<br>&gt; Hi all,<br>&gt;<br>&gt; yesterday night I pushed to master the support to SLD.<br>

&gt; The feature is available from the Save style/Load style buttons in vector<br>&gt; layer properties.<br>&gt;<br>&gt; BTW, there&#39;s a problem [1]: you need to add &quot;.sld&quot; extension to the<br>&gt; output filename when saving because there&#39;s no way to distinguish what<br>

&gt; format was selected in the native file dialog (see [2]).<br>&gt;<br>&gt; I remember this was a QT issue (right?) using the<br>&gt; QFileDialog::getSaveFileName static method and this problem was already<br>&gt; handled in more than a place using 2 different solutions:<br>

&gt;<br>&gt; - adding a combo to select the format before selecting the filename (e.g.<br>&gt; &quot;Save as...&quot;),<br>&gt; - using the non-native filedialog (e.g. &quot;Save image...&quot;)<br>&gt;<br>&gt; Of course I cannot add the format combo to the Vector layer property GUI<br>

&gt; (where should I put it?), but I would avoid the second solution because<br>&gt; there are some tickets about using the non-native filedialogs (see [3], [4]).<br>&gt;<br>&gt; Does anybody here know a better solution?<br>

&gt; Otherwise I&#39;m going to switch that filedialog to the non-native one.<br>&gt;<br>&gt; Regards.<br>&gt;<br>&gt; [1] <a href="http://hub.qgis.org/issues/5136">http://hub.qgis.org/issues/5136</a><br>&gt; [2] <a href="http://hub.qgis.org/issues/2298">http://hub.qgis.org/issues/2298</a><br>

&gt; [3] <a href="http://hub.qgis.org/issues/5096">http://hub.qgis.org/issues/5096</a><br>&gt; [4] <a href="http://hub.qgis.org/issues/3763">http://hub.qgis.org/issues/3763</a><br>&gt;<br>&gt; --<br>&gt; Giuseppe Sucameli<br>

&gt; _______________________________________________<br>&gt; Qgis-developer mailing list<br>&gt; <a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>&gt; <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>

<br></div>