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 to allow me to place the same widget multiple times. I kind of understand why that would be the case. Other ideas about how to make this idea work or do it in some better way please?
Thanks, Carl Schumann _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest