[PyQt] external stylesheet in qt designer

2009-01-22 Thread markus espenhain
hi is there a chance to apply an external style sheet (file) on the current root widget - instead of editing styles directly on widgets? thanks markus ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] external stylesheet in qt designer

2009-01-24 Thread markus espenhain
On Thu, 2009-01-22 at 20:01 +0100, dbod...@trolltech.com wrote: On Thu Jan 22 19:14:41 GMT 2009, markus espenhain wrote: is there a chance to apply an external style sheet (file) on the current root widget - instead of editing styles directly on widgets? See the Previewing Forms section

Re: [PyQt] help with qt4reactor.py?

2009-05-10 Thread markus espenhain
On Sun, 2009-05-10 at 08:32 -0400, inhahe wrote: Hello, can someone help me with the following code: --- from PyQt4 import QtGui, QtCore import sys, qt4reactor app = QtGui.QApplication(sys.argv) mainwin = QtGui.QMainWindow() mainwin.showMaximized() qt4reactor.install(app) from