[PyQt] PyQt Digest, Vol 145, Issue 25
Nick
napperley at gmail.com
Sat Aug 20 00:07:56 BST 2016
Setting the style to 'Mint-X' (official Linux Mint theme) has had no effect.
On Sat, 20 Aug 2016 at 06:44 David Cortesi <davecortesi at gmail.com> wrote:
>
>
>
> > When running the sample the file dialog looks way out of place (UGLY in
>> > a hugely distracting way).
>>
>>
> 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:
>
> args = []
> if sys.platform == 'linux' :
> # avoid a GTK bug in Ubuntu Unity
> args = ['','-style','Cleanlooks']
> the_app = QApplication( args )
>
> See http://doc.qt.io/qt-5/qapplication.html#QApplication
>
>
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160819/dac62220/attachment.html>
More information about the PyQt
mailing list