On Sun, 2007-12-02 at 12:00 +0100, Sibylle Koczian wrote:
> Hello, Daniel,
>
> Am Montag, 26. November 2007 13:59:52 schrieb Daniel Lundqvist:
> > Hey,
> >
> > I've been struggling to get the above to work correctly. I've looked
> > around but haven't found a solution to my problem yet.
> >
> > T
On Sunday 02 December 2007, SHY wrote:
> hello,
>
> i have two cpp classes ported in two .sip files that id like to get into
> one python module so that id be able to call it like this:
>
> from module import class1, class2 etc.
>
> somehow i cant figure out what i am missing here. i tried to follo
Hello, Daniel,
Am Montag, 26. November 2007 13:59:52 schrieb Daniel Lundqvist:
> Hey,
>
> I've been struggling to get the above to work correctly. I've looked
> around but haven't found a solution to my problem yet.
>
> The issue I'm having is I can't get the mapper to update the widgets at
> all.
hello,
i have two cpp classes ported in two .sip files that id like to get into one
python module so that id be able to call it like this:
from module import class1, class2 etc.
somehow i cant figure out what i am missing here. i tried to follow sip
files for pyqt and qscintilla but no luck.
oth