Re: [PyQt] methods with "def on_"

2008-02-07 Thread Phil Thompson
On Thursday 07 February 2008, Enis Karaarslan wrote: > I am a newbie, so a simple question I guess. > I am inheriting the design from the design file "anasayfa.ui" and using in > my new class. > > I used the on_ method, instead of using signal-action way in > the "QlistWidget", and it works fine, >

[PyQt] methods with "def on_"

2008-02-07 Thread Enis Karaarslan
I am a newbie, so a simple question I guess. I am inheriting the design from the design file "anasayfa.ui" and using in my new class. I used the on_ method, instead of using signal-action way in the "QlistWidget", and it works fine, def on_listWidget_itemClicked(self, item):