[PyQt] QWidget.setStyle() problem

Gustavo A. Díaz gustavo.diaz at gmail.com
Thu Aug 6 22:38:26 BST 2009


Hi,

I am having problems settings a QStyle to a particular QWidget, which does
not happen when i apply to the hole app (QApplication).
Example, qApp.setStyle("Plastique") works perfect, but
QWidget.setStyle("Plastique") does not seems i think is wrong, so i tried
QWidget.setStyle(QStyleFactory.create('Plastique')) and my app segsfault.

Any tip?

Using latest PyQt and python 2.6

-- 
Gustavo A. Díaz
GDNet Projects
www.gdnet.com.ar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20090806/6d02950e/attachment.html


More information about the PyQt mailing list