I am using a QLabel to display a number which ia a double.
I don't want so many significant digits. How do I cut the number of significant digits?
I want 1.2345678 to display as 1.23
Printable View
I am using a QLabel to display a number which ia a double.
I don't want so many significant digits. How do I cut the number of significant digits?
I want 1.2345678 to display as 1.23