Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi all,
I need to use a spin box with corse and fine adjustment buttons both to increment and decrement as shown in the figure below:
Anyone come across similar problem?
Any help would be greatly appreciated
Thank you
Hi,
QScrollBar being a QAbstractSlider, you can use that base class to render the buttons you want.
Check the code of QScrollBar for the button rendering part.