+ 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?
2 Antworten
0
min 0, step 1 ?
0
What about value and max ?
max and value should be in the range of unsigned int