MCPcopy Create free account
hub / github.com/MrKepzie/Natron / cellWidget

Method cellWidget

Gui/TableModelView.cpp:1213–1220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1211}
1212
1213QWidget*
1214TableView::cellWidget(int row,
1215 int column) const
1216{
1217 QModelIndex index = model()->index( row, column, QModelIndex() );
1218
1219 return QAbstractItemView::indexWidget(index);
1220}
1221
1222void
1223TableView::setCellWidget(int row,

Callers 5

onCheckBoxCheckedMethod · 0.80
onEnabledChangedMethod · 0.80

Calls 2

QModelIndexClass · 0.85
indexMethod · 0.45

Tested by

no test coverage detected