Hi I wrote a simple file manager for my program and thus I dug some filesystem classes of Qt. Now I have two question:1-Is there a way to provide file manager an "auto-refresh" capability? I mean something like Konq in which when I create some file from Konsole, Konq will instantly show it. Do I
I would imagine you would use something like rpdb (the remote python
debugger) to debug Zope or other server-oriented scripts.
I see that there is now an rpdb2.py, which replaces rpdb - supposedly
it is 5 times faster. I haven't gotten it to work yet - I can't find
the official website or docs -
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andreas Pakulat schrieb:
> On 29.10.06 21:03:23, Carles Pina i Estany wrote:
>> Hi,
>>
>> On Oct/29/2006, Andreas Pakulat wrote:
>>> On 29.10.06 18:05:14, Carles Pina i Estany wrote:
I found the problem: to add QImageWidget (to show images). Then
Hello,
On Oct/31/2006, Gregor Kling wrote:
> > QCustomEvent. Something like that (note that this is for Qt3, not Qt4, I
> > don't know if it has been changed):
> In this case, regrettably i'm using Qt4, and there are no longer these
> event-classes, i for one doesn't see them.
> I found some exa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> In this case, regrettably i'm using Qt4, and there are no longer these
> event-classes, i for one doesn't see them.
> I found some examples, but they all use the customevent stuff.
Uh, ah, okay reading helps sometimes ;-)
I just found the QEvent clas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thnx Krzysztof,
> As far as I understand your code, in GUI you are running in loop,
> processing incoming pieces of data. This will not work, GUI updating is
> event-driven, so you should process one piece of data at the time and
> return control to G
Gregor Kling napisał(a):
> I can see that the printouts are as intended, but
> the presentation in the WidgetTable ist presented when
> the thread is complete instead of an iterative update.
>
>
> Anyone has an idea ?
As far as I understand your code, in GUI you are running in loop,
processing i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
Maybe there has someone an idea what is wrong with my (possibly
braindead) interaction with a database query and the representation in a
Dialog.
I have a class Finder with following impl:
class Finder(QtCore.QThread):
def __init__(self,sea
> I have Python 2.5, Qt 4.2.0 and the latest end of October snapshots of
> PyQt. Everytime I get about halfway through the PyQt configuration,
> sip.exe dies on me. I'm compiling with the current version of MingW,
> and I have had problems with using Visual C++ 2005 Express w/ Platform
> SDK as wel