Re: [PyQt] another pyuic4 icon bug

2008-06-20 Thread Phil Thompson
On Tue, 17 Jun 2008 17:16:56 +0800, Iván García <[EMAIL PROTECTED]> wrote: > Hi guys, I think I found a bug in pyuic4: > When adding icons inside a QComboBox (using designer-qt4) and I > convert to python using pyuc4, i get this in my main_ui.py , I'm using > the latest snapshot code. PyQt-x1

[PyQt] Re: Virtual methods and an extra reference

2008-06-20 Thread Sundance
Kevin wrote: > Obviously the usage of the above bound_ref is just for bound > methods--but I think using new.instancemethod is more correct than > lazily grabbing the bound method with getattr. Hi Kevin, I like the use of new.instancemethod. I like it a /lot/. However: I notice that your code i