Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
TextField in TableView Row
-
Hello,
Can i make A TextField insde TableView Row in Qt Quick 2?
Thank You
-
Hi @Malek_Khlif,
Yes it is possible. Use itemDelegate and assignTextField
to it.
-
Thank you very much :)