i have a QLineEdit and i want it to display float Number so add ".00"
automatically when ever the user enter number with out the "." or when i use "setText" so is there a feature i can use to do that, or i have to code it ??

for example :

if the user enter "5466" when user leave the lineEdit it make "5466.00" and the same case when if i used setText

Thank you