It's possible to set a fix string at first of QLineEdit
? something like this:
Which in here $
is constant and user could not remove or edit it.
It's possible to set a fix string at first of QLineEdit
? something like this:
Which in here $
is constant and user could not remove or edit it.
use the input mask in the object: e.g.
ui->lineEdit->setInputMask("$ 000.000.000.000 ");
will look like