labsquare / FastQt

FastQC port to Qt5: A quality control tool for high throughput sequence data.
GNU General Public License v3.0
110 stars 25 forks source link

Format Total Sequence print in Basic stat analysis #55

Closed dridk closed 7 years ago

dridk commented 7 years ago

in Basic Stat Analyis, Total Sequences fields is not easy readable for big number. Could you print : 4 000 000 instead 4000000

natir commented 7 years ago

Maybe you could be find some solution in https://doc.qt.io/qt-5/qvalueaxis.html#applyNiceNumbers

dridk commented 7 years ago

this is a request for the basicStatAnalysis. It's a simple table . Si the goal is just to convert a QString ("10000000") to QString("100 000 000 ") . Qt may provide some magic for that.