You will have to look in to the QDoubleSpinBox class code and see if the member is private or protected.
If it is only protected you can subclass and access it in your subclass.
If it is private, bad luck.
You can copy the code and re implement your own QDoubleSpinBox.
Bookmarks