[PyKDE] Basic question about custom slot/function

Kevin Walzer sw at wordtech-software.com
Sun Jun 19 05:17:23 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

iD8DBQFCtPHSJmdQs+6YVcoRAmgQAJ94Y5F7Gztz1mv8EZ5OMjcTKgyhVwCcDv0v
6SAI33zukwsr9g5dQAuCjpA=
=5+cw
-----END PGP SIGNATURE-----




More information about the PyQt mailing list