[PyKDE] Custom signal/slot function

Kevin Walzer sw at wordtech-software.com
Sun Jun 19 16:16:09 BST 2005


-----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," which tells me I'm doing something wrong.

Here is my ui.h code:

void form1::LaunchFoo()
{
~  # get the text typed in the line edit
~  e = self.lineEdit1.text().ascii()

~   #show output
~    os.system('echo %s', e)
~    }


I've also tried the simple statement "print %s, e", but I also get the
"not implemented yet" error.

Can anyone help point me in the right direction?

- --
Cheers,

Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.kevin-walzer.com
http://www.smallbizmac.com.
mailto:sw at wordtech-software.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCtYw5JmdQs+6YVcoRAmi6AJ4qGukXDYwxWahSADAsnF43DTLOcACfbZp7
lsJrFuEGucVSz9jd3a93UP8=
=Z7G2
-----END PGP SIGNATURE-----




More information about the PyQt mailing list