Hello!

I have a line edit with an input mask with, say, 5 characters.

Question is this: can I somehow make QLineEdit to allow to change only last 3 chars in accordance to mask, and leave the first 2 untouched - as they were set by initial setText()?

To rephrase: I need an input mask to be set on part of the text, while not allowing to change another part.

I guess this is impossible, but who knows, Qt has many tricks

TIA.