I am using a QLabel to display a number which ia a double.
Qt Code:
  1. void QLabel::setNum ( double num )
To copy to clipboard, switch view to plain text mode 
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