I would like to sub-class a widget (QLabel for example) that I have
placed (sized, colored, etc.) in QtDesigner in order to overide the
mouseDoubleClickedEvent() .
I realize I could modify the class generated by pyuic and
change the "QLabel" to a "MyLabel" for each occurance
but did not want to modify the files generated by pyuic

I was wondering if there is some idomatic way of copying all the
properties of a instance into a new one.without explicitly assigning
them.

Michael

_______________________________________________
PyKDE mailing list [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to