hi
is there any way to tell QLineEdit to work with numbers,formatted in KDE "country/Region Language" settings?
for example: while i typing digits , it shows:
134,244,121
this is what i've got in windows & VS.
hi
is there any way to tell QLineEdit to work with numbers,formatted in KDE "country/Region Language" settings?
for example: while i typing digits , it shows:
134,244,121
this is what i've got in windows & VS.
Hi rosenth,
How about trying to declare a QRegExpValidator, and using the QLineEdit::setValidator function?
Wouldn't this work in your case?
Wladek
One second is long, everything longer than two seconds is definitely too long.
in mean, OS should determine type of a QLineEdit or any text, and format it as local.
for example for digits, currency, DateTime ... .
Bookmarks