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