neuronet
11th June 2014, 13:35
When you use setStyle, which types of Widgets will it affect? It seems to do nothing with a bare QLabel widget, as I documented here (and which I thought was an error):
http://stackoverflow.com/questions/24113001/applying-setstyle-to-qlabel-in-pyside-pyqt
Is there documentation on this somewhere, or is this something I should just find by trial and error?
And is this the best-practices way to change style in PySide?
QtGui.QApplication.setStyle(QtGui.QStyleFactory.cr eate('Cleanlooks'))
http://stackoverflow.com/questions/24113001/applying-setstyle-to-qlabel-in-pyside-pyqt
Is there documentation on this somewhere, or is this something I should just find by trial and error?
And is this the best-practices way to change style in PySide?
QtGui.QApplication.setStyle(QtGui.QStyleFactory.cr eate('Cleanlooks'))