MODIFY:增加double数据的显示格式和精度设置

This commit is contained in:
2024-01-05 09:47:04 +08:00
parent 4c6b403a70
commit c567fc1e66
2 changed files with 11 additions and 3 deletions
+2
View File
@@ -56,6 +56,8 @@ private:
double m_maxValue = 0.000;
bool m_isNum = false;
bool m_isDouble = false;
char m_format = 'f';
int m_prec = 3;
};
#endif // NUMKEYDIA_H