Re: [PyKDE] Basic question about custom slot/function

2005-06-19 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Walzer schrieb: > Hello, > > I'm working on my first PyQt application, and to get a feel for signals > and slots, I'm trying to have my application echo the text entered into > a line edit widget to stdout. However, when I test this, what is pri

[PyKDE] Basic question about custom slot/function

2005-06-18 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I'm working on my first PyQt application, and to get a feel for signals and slots, I'm trying to have my application echo the text entered into a line edit widget to stdout. However, when I test this, what is printed is "Not implemented yet,"