Lines Matching refs:col
1966 col = index.column()
1967 if col == 0:
1969 if col == 1:
1971 if col == 2:
2858 def __init__(self, row, col, text, parent_item):
2861 self.data = [""] * (col + 1)
2862 self.data[col] = text
3876 for col in range(min_col, max_col + 1):
3877 val = model.headerData(col, Qt.Horizontal, Qt.DisplayRole)
3882 c = col - min_col
3885 align = model.headerData(col, Qt.Horizontal, Qt.TextAlignmentRole)