Am Dienstag, 28. Juli 2009 schrieb Hans-Peter Jansen: > Hi, > > now that my custom checkbox extends the QCheckBox class, what has to be > done to be able to morph my checkbox class from/to ordinary checkboxes? > (I'm tired of editing .ui's by hand...) > > Is that possible?
The answer is yes and no: while it's possible to morph the widget into its base class family today, the designer programmers didn't dared to do the other way around.. ( -> only 25% fun left in the morph tool ;-)) Pete _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
