Hi all,
Is it possible edit the value only with the up and down arrows and not with the related edit box?
Regards.
Printable View
Hi all,
Is it possible edit the value only with the up and down arrows and not with the related edit box?
Regards.
Maybe like this: create a QSpinBox subclass, get a hold of the QLineEdit, switch it to read only mode.
Cheers,
_
Ok, thank you!