[Solved]Change QDataWidgetMapper column index? ie: 0 to 1
General and Desktop
2
Posts
1
Posters
1.5k
Views
1
Watching
-
I need to change QDataWidgetMapper column index so when I setCurrentIndex(id) it matches the correct column associated id?
Can someone point me in the right direction. I would think I have to make this change at model end. After some research I am looking more towards the QModelIndex and the setRootIndex() member.