On Monday 08 May 2006 15:03, PFC wrote: > > Am Samstag, 6. Mai 2006 23:53 schrieb PFC: > >> Ii would be cool if the Editor Font preferences dialog displayed each > >> item in the list in its font and color, instead of having to click on > >> each > >> to see the font. > > > > Unfortunately this is not supported by Qt (or at least I don't know how > > to do > > it).
Painting the button label can probably be done by reimplementing the drawButtonLabel in a subclass of QPushButton (inherited from QButton). (I haven't tried it though.) Regards, Rajeev J Sebastian _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
