Hi, i have some general questions about QTableView, QAbstractTableModel and QItemDelegate.
For example i have a Model that contains a Vector of Data, which should be displayed by the View. Ich changed the data()-method of my Model, so that it will return a QCheckBox, but the Checkbox will never be displayed. I think i need to implement the Display of the CheckBox in the paint-method of the QItemDelegate. Is that correct? Do i really need to implement it by myself or is there already an implementation to do that? Best regards, Manuel _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
