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
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to