|
|
|
rowCount(self,
parent=QtCore.QModelIndex())
Returns number of rows |
|
|
|
columnCount(self,
parent=QtCore.QModelIndex())
Returns number of columns |
|
|
|
setItems(self,
data_list)
Sets the internal data list to the specified list. |
|
|
|
|
|
data(self,
index,
role=Qt.DisplayRole)
Given a cell index, returns the data that should be displayed in that
cell (text or check button state). |
|
|
|
headerData(self,
section,
orientation,
role)
Returns the string that should be displayed in the specified header
cell. |
|
|
|
flags(self,
index)
Returns flags for the specified cell. |
|
|