Answer the question
In order to leave comments, you need to log in
When using the QByteArray::number function, two numbers are displayed instead of one. Why?
Usage example:
qDebug()<<QByteArray::number(value,'g',4);//value - переменная типа double
// В qDebug будет двойной вывод. Например, при value = 0.5, в qdebug - 0.5 0.5
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question