@vinaygopal you could customise your Spinbox and set your own TextInput, that one still has the selectByMouse, even if 5.15.8
https://doc.qt.io/qt-5/qtquickcontrols2-customize.html#customizing-spinbox
https://doc.qt.io/qt-5/qml-qtquick-textinput.html#selectByMouse-prop
@suslucoder said in Double Spin Box Save to the file:
Is it possible to do it?
Is it possible to do what?
The fact that you divide your UI so that the data is presented on separate tabs/pages (which is fine) has nothing to do with whether it is possible to save data, nor whether you might adopt a QDataWidgetMapper approach.
Thanks so much for posting this result!
This worked for me in QT 5.14.2
@seyed said in Android soft keyboard action button:
NOTE: Action button of the Android soft keyboard is same as return button which you can control it in XML layout file with 'imeOptions' attribute.
Can you elaborate on this?
I'm working on Android and am not seeing the 'Done' button changing as expected, but I do see in the QT Docs:
Note: Not all of these values are supported on all platforms. For unsupported values the default key is used instead.