QAbstractTableModel as a model for one QTableView and few QListViews
Posted
by
??????
on Stack Overflow
See other posts from Stack Overflow
or by ??????
Published on 2012-03-25T23:01:56Z
Indexed on
2012/03/25
23:30 UTC
Read the original article
Hit count: 329
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?
© Stack Overflow or respective owner