Lines Matching refs:col
1970 col = index.column()
1971 if col == 0:
1973 if col == 1:
1975 if col == 2:
2862 def __init__(self, row, col, text, parent_item): argument
2865 self.data = [""] * (col + 1)
2866 self.data[col] = text
3880 for col in range(min_col, max_col + 1):
3881 val = model.headerData(col, Qt.Horizontal, Qt.DisplayRole)
3886 c = col - min_col
3889 align = model.headerData(col, Qt.Horizontal, Qt.TextAlignmentRole)