Re: [Interest] Using QTabWidget to select model instance to display in QTableView

2012-06-21 Thread Bo Thorsen
Hi Carl, Den 20-06-2012 20:30, Carl Schumann skrev: > I would like to use a QTabWidget to allow user selection of the model > currently displayed in a single QTableView instance. I want to do this > because the models have different data but their presentation should be > uniform, e.g., width of

[Interest] Using QTabWidget to select model instance to display in QTableView

2012-06-20 Thread Carl Schumann
Qt community, I would like to use a QTabWidget to allow user selection of the model currently displayed in a single QTableView instance. I want to do this because the models have different data but their presentation should be uniform, e.g., width of each column. addTab(...) does not appear