[PyKDE] form destroy() slot problem: call for testers

Hans-Peter Jansen hpj at urpla.net
Sun Jul 7 22:16:00 BST 2002


Hi,

I'm experiencing a strange problem here with the latest snapshot at least:
http://www.riverbankcomputing.co.uk/download/snapshots/sip/sip-snapshot-20020705.tar.gz
http://www.riverbankcomputing.co.uk/download/snapshots/PyQt/PyQt-snapshot-20020706.tar.gz
In order to reproduce it, just compile the form1.ui/form1.ui.h as usual.
"pyuic -x -o form1.py form1.ui", run "python form1.py" and ALT-F4.
If your system has the same problem:
TypeError: destroy() takes exactly 1 argument (3 given)
appears. Please let us know.

[SuSE 7.3, Python 2.1.1, Qt 3.0.4]

TIA,
  Hans-Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: form1.ui
Type: application/octet-stream
Size: 662 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20020707/ae0585d1/form1.obj
-------------- next part --------------
/****************************************************************************
** ui.h extension file, included from the uic-generated form implementation.
**
** If you wish to add, delete or rename slots use Qt Designer which will
** update this file, preserving your code. Create an init() slot in place of
** a constructor, and a destroy() slot in place of a destructor.
*****************************************************************************/


void Form1::destroy()
{

}


More information about the PyQt mailing list