Hi.

How I can get a QLineEdit with money format?, something like this:

A user type 2500 and lineEdit change the view value to $2.500, then the lineEdit keep the numeric value to use on a database, converting this value to integer.

The value $2.500 is only a view for the lineEdit, but the real value must be 2500.

I did understand?