[PyQt] Small documentation issue

David Cortesi davecortesi at gmail.com
Tue Dec 4 17:16:11 GMT 2012


In the riverbank class reference, the automatically converted QStyle page
(http://riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstyle.html)
refers to several classes that don't exist (QMacStyle, QWindowsStyle, etc)
neither as doc pages (404 error) nor in PyQt4.QtGui.

What does exist is QStyleFactory, which will create some (but not all)
of the QStyle platform versions. E.g. QPlastiqueStyle can be
obtained by QStyleFactory(u'Plastique').


More information about the PyQt mailing list