+ 1

QSpinbox for unsigned int

Hi I have used QSpinBox and QSpinBoxDouble for different requirements. I want unsigned int variable to be assigned with a step increment of 1. Due to this, I don't want to prefer to use Double spin box and int spinbox(QSpinBox ) is not sufficient for unsigned int. Is there any other alternative?

16th Aug 2024, 12:20 PM
Ketan Lalcheta
Ketan Lalcheta - avatar
2 odpowiedzi
0
min 0, step 1 ?
17th Aug 2024, 1:51 AM
Bob_Li
Bob_Li - avatar
0
What about value and max ? max and value should be in the range of unsigned int
17th Aug 2024, 2:24 PM
Ketan Lalcheta
Ketan Lalcheta - avatar