Re: [PyQt] Trying to learn ...

2011-08-03 Thread Hans-Peter Jansen
Dear BigAl, On Wednesday 03 August 2011, 01:27:55 Algis Kabaila wrote: > > Hi, Pete! > > Looking at testui.py it seems to me that it should/would work without > the decorator @pyqtSlot(). This suggests two questions: > > 1. What is the advantage, if any, to use the decorator in this case? In sho

Re: [PyQt] Trying to learn ...

2011-08-02 Thread Algis Kabaila
On Tue, 2 Aug 2011 08:38:21 PM Hans-Peter Jansen wrote: > Magnus, please keep the conversation on the ML or CC at the very least. > Others might want to participate. > > My personal preference is to NOT receive personal copies. > > On Tuesday 02 August 2011, 11:20:15 Magnus Wirström wrote: > > 20

Re: [PyQt] Trying to learn ...

2011-08-02 Thread Magnus Wirström
2011/8/2 Hans-Peter Jansen : > Magnus, please keep the conversation on the ML or CC at the very least. > Others might want to participate. > > My personal preference is to NOT receive personal copies. Sorry ... first time using mailing list so i just used reply button, my bad. Forgive me > > On T

Re: [PyQt] Trying to learn ...

2011-08-02 Thread Hans-Peter Jansen
Magnus, please keep the conversation on the ML or CC at the very least. Others might want to participate. My personal preference is to NOT receive personal copies. On Tuesday 02 August 2011, 11:20:15 Magnus Wirström wrote: > 2011/8/2 Hans-Peter Jansen : > > On Monday 01 August 2011, 22:20:32 Ma

Re: [PyQt] Trying to learn ...

2011-08-01 Thread Hans-Peter Jansen
On Monday 01 August 2011, 22:20:32 Magnus Wirström wrote: > Hi > > I am sorry if this have been asked before :) > > I am trying to learn using python and pyqt using ERIC 5.1.2. I have a > problem with signals and slots. I tried this on 2 different computer > with different OS and different version

[PyQt] Trying to learn ...

2011-08-01 Thread Magnus Wirström
Hi I am sorry if this have been asked before :) I am trying to learn using python and pyqt using ERIC 5.1.2. I have a problem with signals and slots. I tried this on 2 different computer with different OS and different version of python. My problem is this... I am creating a "test" project using