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

2012-11-15 Thread Shriramana Sharma
Hello. Could anyone please look into the curious behaviour I reported last month as seen below? (I'll also ask this on the Qt Interest list as it concerns C++ as well.) I've included the buggy PyQt program as well as a minimal test of a slider in C++ and PyQt. I note that in both the C++/PyQt mini

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

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

2012-09-30 Thread Vincent Vande Vyvre
Le 01/10/12 06:02, Shriramana Sharma a écrit : > Hello. With my work on a simple Cubic Bezier investigation application > in PyQt (attached, obviously under GPL), I ran into a curious > behaviour of the slider/spin (for the time along the curve) when > controlled by the keyboard. > > Steps: > 1. Le

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

2012-09-30 Thread Shriramana Sharma
Hello. With my work on a simple Cubic Bezier investigation application in PyQt (attached, obviously under GPL), I ran into a curious behaviour of the slider/spin (for the time along the curve) when controlled by the keyboard. Steps: 1. Let the focus be either on the slider (on the left) or the spi