Hello All.
I've a problem with using PyQt+SIP.
One of example in SIP docs ( Chapter 4.3 A More Complex C++ Example ) does
not work on my OS (Debian SARGE)
I'm using Python 2.4.4, PyQt-3.17, Sip-4.5.2 and Qt-3.3.8.
All is copling and executing, but if I create function like
/Hello* getDefault(const QString &def)
{
Hello* e = new Hello(0);
e->setText( def );
return e;
}/
and call it in the Python, that returns *QLabel *type instead *Hello*
But if I use *QObject *as base class of *Hello*, all is ok.
What's my problem?
TIA
begin:vcard
fn:Alexander A. Borodin
n:;Alexander A. Borodin
adr:;;;N. Novgorod;;;Russia
email;internet:[EMAIL PROTECTED]
title:DATAVISION CIS
x-mozilla-html:TRUE
url:http://www.opencascade.org
version:2.1
end:vcard
_______________________________________________
PyQt mailing list [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt