Hello, this is my first question in this forum, sorry if I make a mistake.
Im using a QLabel to show float numbers, that is working, my problem is that I want to show ever two numbers after the decimal point. eg If the number is 1.55 shows 1.55, but whe the numer is 1.50 shows 1.5 and I want to show 1.50 or if the number is 1.00 shows 1 and I want to show 1.00.
I am using setNum(number) to show the value.
Any suggestion? anywone can help me?
Thanks