Is this how QSpinBox is supposed to look now, or a bug?
Solved
General and Desktop
-
Spinboxes now look like this, started in Qt 6.7 and still the same in 6.9 beta.
I mean the arrows being side by side like this. There are QTBUGs for this, but they are all closed while the problem is obviously still here.
https://bugreports.qt.io/browse/QTBUG-124235
https://bugreports.qt.io/browse/QTBUG-124150 -
Yes, simply use the windowsvista style.
See the documentation: https://doc.qt.io/qt-6/qstyle.html#details -
That's no bug - the windows 11 style arranges the arrows like this.
-
Can I opt out of the Win 11 style and use the Win 10 one instead, the one we had on Windows 10/11 up until Qt 6.7?
-
Yes, simply use the windowsvista style.
See the documentation: https://doc.qt.io/qt-6/qstyle.html#details -
Awesome, that did it, thank you!
-