-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
5.5.1
-
None
-
Linux Mint 17.2
Qt creator 3.5.1.
When using a qdoublespinbox in a window, the numpad "." does not work and is ignored. The comma "," does work but this is very annoying when entering numbers.
To remake the problem:
1 Make a qdoublespinbox in a mainwind(or any window).
2 Build and run your project
3 Enter a number with the keypad dot like 12.5
4 The number will be 125 not 12,5