Lines Matching refs:role
226 def headerData(self, section, orientation, role): argument
227 if role == Qt.TextAlignmentRole:
229 if role != Qt.DisplayRole:
261 def data(self, index, role): argument
262 if role == Qt.TextAlignmentRole:
264 if role == Qt.FontRole:
266 if role != Qt.DisplayRole:
290 def headerData(self, section, orientation, role): argument
291 if role == Qt.TextAlignmentRole:
293 if role != Qt.DisplayRole:
317 def data(self, index, role): argument
318 if role == Qt.TextAlignmentRole:
320 if role == Qt.FontRole:
322 if role != Qt.DisplayRole: