You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excellent design, I'm testing with Qt5.6 on an ARM Cortex-A9 (NXP / Freescale i.MX6) and this is working fine, congratulations!
I noticed something strange, I use TextField or TextInput and I set the field as inputMethodHints: Qt.ImhPreferNumbers | Qt.ImhDigitsOnly | Qt.ImhFormattedNumbersOnly, the first time it opens as numerical, in the others not.
I would know how to force forever to open in the Numeric option.
The text was updated successfully, but these errors were encountered:
Excellent design, I'm testing with Qt5.6 on an ARM Cortex-A9 (NXP / Freescale i.MX6) and this is working fine, congratulations!
I noticed something strange, I use TextField or TextInput and I set the field as inputMethodHints: Qt.ImhPreferNumbers | Qt.ImhDigitsOnly | Qt.ImhFormattedNumbersOnly, the first time it opens as numerical, in the others not.
I would know how to force forever to open in the Numeric option.
The text was updated successfully, but these errors were encountered: