<div dir="ltr">Setting the style to 'Mint-X' (official Linux Mint theme) has had no effect.</div><br><div class="gmail_quote"><div dir="ltr">On Sat, 20 Aug 2016 at 06:44 David Cortesi <<a href="mailto:davecortesi@gmail.com">davecortesi@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> When running the sample the file dialog looks way out of place (UGLY in<br>
> a hugely distracting way).<br><br></blockquote><div><br></div><div>You might experiment with the -style option when starting the application. I did this in one case to avoid a problem in the native toolkit:<br><br><span style="font-family:monospace,monospace">    </span><span style="font-family:monospace,monospace">args = []<br>    if sys.platform == 'linux' :<br>        # avoid a GTK bug in Ubuntu Unity<br>        args = ['','-style','Cleanlooks']<br>    the_app = QApplication( args )<br></span><br></div><div>See <a href="http://doc.qt.io/qt-5/qapplication.html#QApplication" target="_blank">http://doc.qt.io/qt-5/qapplication.html#QApplication</a><br><br><br></div></div></div></div>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" target="_blank">PyQt@riverbankcomputing.com</a><br>
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a></blockquote></div>