Quote Originally Posted by pospiech View Post
Do you except feature requests?
Sure, why not.

I require something which could be called doubleExponentialSpinBox. That should be a SpinBox that excepts double values but displays them as "1234.0234 e -123".
This can be done with the regular double spinbox by reimplementing two methods.

The Buttons should then increase either the value or the exponential depending on the position of the cursor.
Ah.. I see... seems nice, I'll look into it.