Is there a simple way to implement a non-linear scale to a QSlider? I want to implement a logarithmic scale to it.
The only workaround I am thinking of is manipulating the value change signals outside of the class.
Is there a simple way to implement a non-linear scale to a QSlider? I want to implement a logarithmic scale to it.
The only workaround I am thinking of is manipulating the value change signals outside of the class.
Copyright © 2021 Jogjafile Inc.
I implemented a LogSlider, with a scale factor and it worked well.