프로젝트

일반

사용자정보

개정판 1b502652

ID1b5026526fe68e881d44709916cb181e964d764f
상위 d076a78e
하위 684578e1, d52b3462

김정우 이(가) 약 7년 전에 추가함

SymbolGenerator 수정 및 potrace를 이용한 svg파일 생성

차이점 보기:

DTI_PID/DTI_PID/QtImageViewer.py
289 289
            height = image.height()
290 290
            if self.crosshairPos is not None:
291 291
                pen = QPen()
292
                pen.setColor(QColor(80, 80, 80))
292
                pen.setColor(QColor(180, 180, 180))
293 293
                pen.setStyle(Qt.DashLine)
294 294
                pen.setWidthF(0.3)
295 295
                painter.setPen(pen)
......
316 316
        width = image.width()
317 317
        height = image.height()
318 318
        pen = QPen()
319
        pen.setColor(QColor(80, 80, 80))
319
        pen.setColor(QColor(180, 180, 180))
320 320
        pen.setStyle(Qt.DashLine)
321 321
        pen.setWidthF(0.5)
322 322
        if isShow:

내보내기 Unified diff

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