Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
Description
Product
Qt Solutions
Function
ThumbWheel
Version
No Version
Platform
Mac OS X
Platform details
irrelevant, but OS X 10.5, XCode
Compilers
GCC
Compiler details
gcc4.0
Subject
better transmissionRatio behavior
Steps to reproduce / test case
We use QtThumbWheel's transmissionRatio property to adjust how quickly the thumb wheel changes it's value as you drag the wheel left/right. While this works outstandingly, it's bizarre how the wheel no longer tracks with the mouse pointer. We'd like the wheel to track with the mouse pointer (as it does when transmissionRatio is 1.0), but have the value associated with the wheel increase/decrease faster/slower depending on transmissionRatio. In other words, transmissionRatio should only effect the backend behavior, not the UI of the wheel itself.
More information