<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">http://doc.qt.io/qt-5/qapplication.html#QApplication</a><br><br><br></div></div></div></div>