프로젝트

일반

사용자정보

개정판 59e764f3

ID59e764f3551e761582d44214fd460f335533aa62
상위 63c55b90
하위 67a66128, d38e9e65

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

issue #655: box opacity

차이점 보기:

DTI_PID/DTI_PID/MainWindow.py
237 237

  
238 238
        if not ctypes.windll.shell32.IsUserAnAdmin():
239 239
            reply = QMessageBox.information(self, 'Error', '관리자 권한으로 실행해 주세요.')
240
            return
240
            #return
241 241

  
242 242
        try:
243 243
            dialog = QTrainingImageListDialog(self)
DTI_PID/DTI_PID/TrainingEditorDialog.py
69 69
            pen.setWidthF(1)
70 70
            pen.setJoinStyle(Qt.MiterJoin)
71 71
            rect.setPen(pen)
72
            rect.setOpacity(0.7)
72 73
            self.graphicsViewZoomDrawing.scene().addItem(rect)
73 74

  
74 75
        except Exception as ex:

내보내기 Unified diff

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