Hi,
When I run my program the default text displayed in the field is a zero with 6 spaces behind it instead of "0" (a zero without spaces behind it).(I didn't encounter any errors of any kind)
What do I need to do to get rid of those spaces?
Qt Code:
qleobject->setInputMask("0000000"); qleobject->setText("0"); qleobject->setAlignment(Qt::AlignRight);To copy to clipboard, switch view to plain text mode
Uploaded with ImageShack.us
Bookmarks