Enable Comma in QDoubleSpinBox on Android
-
Hello.. I'm having difficulties with the comma on the Android keyboard.
I'm not able to insert a comma in a QDoubleSpinBox field.
See the problem:The comma does not enable!
Set the location as follows:
QLocale::setDefault(Locale( Locale::Portuguese, QLocale::Brazil ) );
also:
SB_Qty->setLocale( QLocale( QLocale::Portuguese, QLocale::Brazil ) );It has no effect at all.
On Windows it works correctly.How to solve it in the simplest way?? Because I have many QDoubleSpinBox fields
Tanks -
Hi,
Does it work if you use a full keyboard ?
-
I am rather thinking about something like a Bluetooth keyboard.
-
@SGaist I understood. But unfortunately I don't have it to test. Theoretically it should be something simple, but it's not enabling the comma on the Android keyboard, as shown in the image.
I've already tried some settings on Android itself, but without success too.I don't understand what the problem could be.