[PyQt] pyQt Material design

Philipp A. flying-sheep at web.de
Sat Dec 13 12:27:39 GMT 2014


as florian said: Qt theming is pretty much on another layer as PyQt.

but still, there are two aways to go:

   1. you can create and apply a style sheet
   <http://doc.qt.io/qt-5/stylesheet.html>
   2. you can create a QStylePlugin
   <http://doc.qt.io/qt-5/qstyleplugin.html#details>

of course you can do the latter in Python via PyQt, but i doubt that
high-performance tasks like widget drawing should be done in python.

2014-12-11 17:30 GMT+01:00 john <johnf at jfcomputer.com>:
>
> Hi,
>
> The web is alive with Material design (flat design) and have been thinking
> about moving code to the new design and I wonder if pyQt has already done
> anything with the widgets to create a flat design.
> Johnf
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20141213/a29ce01a/attachment.html>


More information about the PyQt mailing list