Hi!

I have here problem about the InputMask.

I am using a LineEdit and edited its properties in designer:
InputMask "\0\x>HH;0"

When i run the application, it displays:

"0x00"

It's working but when i use to debug the application and use the "text()" function and pass it to another qstring. It only passes "0x" not "0x00". I need to pass the "0x00" to another Qstring, not the "0x".

Can someone help me about this. Thanks in advance