Hi,<br><br>when looking at the recent changes to use the new slider I found several places where is wasn&#39;t used correctly. (using the integer methods that does consider the factor)<br>Therefor I propose the api changed in the attached patch. By not longer inheriting from QAbstractSlider it hides the internal api.<br>
<br>That way we can still use the current value/setValue and valueChanged signal.<br><br>When changing a slider the signal connection needs to be checked, because the old slider often had different parameter there.<br>I know it&#39;s a bit stupid to change it now, but it reduces the risk of using the api in the wrong way.<br>
<br><br>Sven<br>