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
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
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 (
>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
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