[PyQt] latest pykde4 (4.9.2) build fails against new sip-4.14/PyQt-4.9.5

2012-10-01 Thread Rex Dieter
Get a bunch of these trying to (re)build pykde4 against recent sip/PyQt release: sip: /builddir/build/BUILD/pykde4-4.9.2/sip/kdecore/typedefs.sip:955: Mapped type has already been defined in another module make[2]: *** [sip/dnssd/sipdnssdpart0.cpp] Error 1 make[2]: Leaving directory `/builddir/

Re: [PyQt] Curious behaviour of slider/spin when controlled by keyboard

2012-10-01 Thread Shriramana Sharma
On Mon, Oct 1, 2012 at 11:37 AM, Vincent Vande Vyvre wrote: > Change: > self.dblSpin.setValue(scaledTime/100) > to: > self.dblSpin.setValue(scaledTime/100.0) > > and that's works Thanks for your reply. But there is no dblSpin in my main program (there is only in the minimal test case whic

[PyQt] QtWebKit and QHttpThreadDelegate

2012-10-01 Thread Robert Kent
Hi, I'm building an app that uses QWebKit to access a webpage that uses AJAX to to fetch data. This data can be displayed either on the webpage (in which case the AJAX request returns HTML snippets) or from the application itself (via evaluateJavaScript() on a QWebFrame which returns a JSON obj