Regarding Line Edit in Qml
Solved
QML and Qt Quick
-
Hi
I want to use a line edit (Qt type) in Qml, Does Qml support line edit? when i searched in assistant i found text edit but not line edit.
for ex, i am using a dial pad, for this i want use line edit. is it possible to use in Qml?
Please guide me if anyone knows the best solution for this.
Thanks
-
TextInput, TextField,
-
TextInput, TextField,