Lines Matching refs:col
1967 col = index.column()
1968 if col == 0:
1970 if col == 1:
1972 if col == 2:
2859 def __init__(self, row, col, text, parent_item):
2862 self.data = [""] * (col + 1)
2863 self.data[col] = text
3877 for col in range(min_col, max_col + 1):
3878 val = model.headerData(col, Qt.Horizontal, Qt.DisplayRole)
3883 c = col - min_col
3886 align = model.headerData(col, Qt.Horizontal, Qt.TextAlignmentRole)