I think you may run into the problem that a slider's resolution is limited by the screen resolution. So unless you have a screen with billions of pixels in each dimension, using quint64 won't help because you'll only be able to position the slider to some pixel divisor of your range. You can always catch the slider's change signals and re-emit them with the position converted to your preferred type.
Bookmarks