On Mon, Oct 1, 2012 at 11:37 AM, Vincent Vande Vyvre
<vincent.vandevy...@swing.be> 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 which however doesn't have the
prohibitive problem). Besides, I'm using Py3 (see the first line of
the program) which automatically produces a float out of integer
division. And despite that I tried your suggestion and it makes no
difference.

-- 
Shriramana Sharma
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to