QScienceSpinBox
Since I started using Qt over a year ago I have been asking and looking for a Qt widget that can handle numbers in a scientific notation. Unfortunately Qt Software does not offer such a solution nor is it trivial to implement. With the hints I got in some public web forums I implementet the solution provided here.
This widget is derived from QDoubleSpinBox. It uses a decimal value of 1000 (that is more...