개정판 1b502652
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