I have a spinbox in PyQt5 like below. How can I make the selection reversed? i.e. If I click down arrow, the value goes up, vice versa. Answer A possible solution is to override the stepBy() and stepEnabled() methods:
I have a spinbox in PyQt5 like below. How can I make the selection reversed? i.e. If I click down arrow, the value goes up, vice versa. Answer A possible solution is to override the stepBy() and stepEnabled() methods: