프로젝트

일반

사용자정보

개정판 b41d1fca

IDb41d1fca985445c5142eb82509cf0025fd21dcf9
상위 162868bf
하위 4af2f2de, b77d99ed

함의성이(가) 약 6년 전에 추가함

issue #655: add next position

차이점 보기:

DTI_PID/DTI_PID/ItemDataFormatDialog.py
226 226
        table.setHorizontalHeaderItem(table.columnCount() - 1, QTableWidgetItem(self.emptyCol))
227 227
        table.setItem(0, table.columnCount() - 1, QTableWidgetItem('add header'))
228 228
        if self.selectedCol is not None:
229
            table.horizontalHeader().moveSection(table.columnCount() - 1, table.horizontalHeader().visualIndex(self.selectedCol[0].currentColumn()))
229
            table.horizontalHeader().moveSection(table.columnCount() - 1, table.horizontalHeader().visualIndex(self.selectedCol[0].currentColumn()) + 1)
230 230
        else:
231 231
            table.horizontalHeader().moveSection(table.columnCount() - 1, 1)
232 232
        table.setCurrentCell(0, table.columnCount() - 1)
......
297 297
            if self.selectedCol is None:
298 298
                table.horizontalHeader().moveSection(table.columnCount() - 1, 1)
299 299
            else:
300
                table.horizontalHeader().moveSection(table.columnCount() - 1, table.horizontalHeader().visualIndex(self.selectedCol[0].currentColumn()))
300
                table.horizontalHeader().moveSection(table.columnCount() - 1, table.horizontalHeader().visualIndex(self.selectedCol[0].currentColumn()) + 1)
301 301
        else:
302 302
            table.horizontalHeader().moveSection(table.columnCount() - 1, loc)
303 303
        table.setCurrentCell(0, table.columnCount() - 1)

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)