Salut, community!
Briefly.
I wrote usual model over QAbstractTableModel and using it in usual way for QTableView. But I think I need to use some columns of this model for the few QListViews in QWizard to fill main table in the right way (for user).
For example: use the column2 as the QListView‘s model on the page1 of the wizard; column3 for page2 for its QListView etc.
Please, help me to understand just two things:
- Am I on the right way?
- If yes then how can I make it simply and explicitly?
Set the
QTableModelas the model for eachQListView, and useQListView.setModelColumnto choose which column they each display.