Re: [PyQt] Timeout for QWebView

2008-12-11 Thread Jan Holthuis
I assume you can just use the python threading module: http://www.python.org/doc/2.5.2/lib/timer-objects.html Am Mittwoch 10 Dezember 2008 17:16:09 schrieb piotr maliƄski: > Is it possible to set timeout for loading an URL in QWebView? > signature.asc Description: This is a digitally signed mes

[PyQt] Phonon.AudioOutput is NOT a subclass of Phonon.MediaNode

2008-11-30 Thread Jan Holthuis
: Phonon.AudioOutput.__init__(self,category,parent) Phonon.MediaNode.__init__(self) But now i'm getting something like this: Phonon.createPath(m_media,audioOutput) SystemError: error return without exception set Can anyone help me? Thanks in advance, J

[PyQt] QHttp-request not finished

2008-08-18 Thread Jan Holthuis
est 3 is the GET-Request, but only 1 (setProxy I think) and 2 (setHost) are finished. I simply don't know the reason...Is it a bug in PyQt or did I make a mistake? Thanks in advance, Jan Holthuis # CODE STARTS HERE import sys from PyQt4 import QtCore, QtGui, QtNetwork class test(QtG

Re: [PyQt] Add a download to KGet

2008-08-16 Thread Jan Holthuis
Thanks both of you! Dog pointed me the right direction. However, I am now using the DBUS interface instead of DCOP (KDE 4 replaced it). The Method is: qdbus org.kde.kget /KGet addTransfers string:"http://www.example.com"; string:"My Downloads" bool:True All the Be

Re: [PyQt] Add a download to KGet

2008-08-14 Thread Jan Holthuis
Well, I really need to know if there's a way to do this. Maybe via DBUS or something like that... Can someone please help me? Thanks in advance, Jan Holthuis Am Sonntag 10 August 2008 15:10:17 schrieb Jan Holthuis: > Hi! > I was just wondering if there's a method to add a

[PyQt] Add a download to KGet

2008-08-10 Thread Jan Holthuis
there (be) another way to do this? All the best, Jan Holthuis signature.asc Description: This is a digitally signed message part. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt