Changes between Initial Version and Version 1 of Ticket #2696, comment 1


Ignore:
Timestamp:
2014-05-18T21:08:53Z (11 years ago)
Author:
Adeel Asghar

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2696, comment 1

    initial v1  
    11Following number formats are supported by Qt,
    22
    3 Format  Meaning
    4 e       format as [-]9.9e[+|-]999
    5 E       format as [-]9.9E[+|-]999
    6 f       format as [-]9.9
    7 g       use e or f format, whichever is the most concise
    8 G       use E or f format, whichever is the most concise
     3||= Format =||= Meaning =||
     4|| e || format as [-]9.9e[+/-]999 ||
     5|| E || format as [-]9.9E[+/-]999 ||
     6|| f || format as [-]9.9 ||
     7|| g || use e or f format, whichever is the most concise ||
     8|| G || use E or f format, whichever is the most concise ||
    99http://qt-project.org/doc/qt-4.8/qstring.html#argument-formats
    1010