Hi, I have an application with a dialog that was created with Qt Designer and converted to Python with pyuic3. This dialog has an ok and a cancel button. These buttons are connected to the accept() and reject() slots. When I press one of the buttons, I get the following error:
RuntimeError: no access to protected functions or signals for objects not created from Python What am I doing wrong? Versions: Qt 3.3.7 PyQt 3.17 sip snapshot-20061220 all on a x86_64 machine with openSUSE 10.2. All PyQt related stuff is self compiled. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
