PDA

View Full Version : Database CRUD with QlineEdit



lpicasso
16th October 2012, 13:28
I have a GUI with QlineEdit where I display data from my database, but I need to be able to CRUD.
Is that possible with QlineEdit?
I can do with tableView, but it's not what I need.
Thanks

Robbie
16th October 2012, 14:28
Look up in the reference for QDataWidgetMapper. Perhaps this will help you.

lpicasso
16th October 2012, 16:47
Thanks. I will try later today.