프로젝트

일반

사용자정보

개정판 e81b0514

IDe81b051409283e7b0913a056426853a8e913d399
상위 b828941b
하위 503e8e63

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

issue #000: fix xml check

차이점 보기:

DTI_PID/DTI_PID/MainWindow.py
931 931
                ## Load data on xml
932 932
                path = os.path.join(appDocData.getCurrentProject().getTempPath(), appDocData.imgName + '.xml')
933 933
                count = 0
934
                for child in parse(path).getroot().getchildren():
935
                    count = count + len(child.getchildren())
936
                if os.path.isfile(path) and count > 0:
934
                if os.path.isfile(path):
935
                    for child in parse(path).getroot().getchildren():
936
                        count = count + len(child.getchildren())
937
                if count > 0:
937 938
                    try:
938 939
                        self.progress = QProgressDialog(self.tr("Please wait for a while"), self.tr("Cancel"), 0, 100, self) if not hasattr(self, 'progress') else self.progress
939 940
                        self.progress.setWindowModality(Qt.WindowModal)

내보내기 Unified diff

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