[PyQt] problem with qtimer

2007-12-12 Thread Pradnyesh Sawant
Hello, I have the following code snippet which works fine with sleep, but does not do the intended thing with qtimer; I'll be grateful if someone could help me out: *** #!/usr/bin/env python from time import sleep import sys

[PyQt] Strange connexion behaviour

2007-12-12 Thread kib2
Hi, in a dialog window I've got the following connexion : self.bm = publishManager(...) self.parent.connect(newDoc,QtCore.SIGNAL("triggered()"),self.pm.publish) where a publishManager class (in another file) has got a publish() method depending on the publishManager's publishDir variable. I

[PyQt] Static linking of PyQt and Qt

2007-12-12 Thread Markus Dahlbokum
Hello, I'm trying to build a custom python interpreter with pyqt and qt linked statically. Therefore I've built static libs for qt, sip and pyqt. With the custom interpreter builder in sip I succeeded to create such an all-in-one python but when I try to import the pyqt modules I get an error (

Re: [PyQt] Newbe: ui files and resources

2007-12-12 Thread Oleg Klimov
>It seems to me that a better behavior for > pyuic4 would be for it to _not_ include that Well, I think you would agree what there IS some point in automating resource loading when you load the form. Python loads modules only once, so there's nothing wasted when many forms import one resource

Re: [PyQt] How to call pyuic4 from Eric?

2007-12-12 Thread Sibylle Koczian
Am Mittwoch, 12. Dezember 2007 08:46:48 schrieb jul: > Hi, > In the project browser, select the form tab and you should directly > compile ui files by selecting "Compile form" in the contextual menu. > This will add a "you_form_name.py" in Python source files browser. > ++ > Jul. > Thanks to you