Hello Forum!

I am wondering whats the "best" way to implement an "Up/Down"-Arrow Field.
I need something to "move up or down" Elements, preferable something like an QSpinbox, but without the textinput.

My first idea had been to use a QSpinBox and hide the Inputfield, but I could not figure out how to do this.
My second approach was reimplementation of an QAbstractspinbox but this also did not work as i expected.
Now I guess my best option is to subclass a QPushbutton/Icon and check if the click is in the upper or lower half of the image.

Any better Idea? Did I miss something?
Marv.