Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
QAbstractItemModel.createIndex(int, int, object object=0) -> QModelIndex
src/i/l/ilastik-HEAD/ilastik/widgets/boxListModel.py ilastik(Download)
for row,el in enumerate(self._elements): el.color=color ind=self.createIndex(row, self.ColumnID.Color, object=0) self.dataChanged.emit(ind, ind)