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: 298

Filed under:
|
|
|
|

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:

  1. Am I on the right way?
  2. If yes then how can I make it simply and explicitly?

© Stack Overflow or respective owner

Related posts about python

Related posts about qt