개정판 ceb5942c
fix ff
Change-Id: Ic030ec5aace119dd37b081373c39f5725e869e8a
DTI_PID/DTI_PID/ConnectAttrDialog.py | ||
---|---|---|
101 | 101 |
|
102 | 102 |
#configs = app_doc_data.getConfigs('Project', 'Operation') |
103 | 103 |
_desc = app_doc_data.getCurrentProject().desc.split('!-!') |
104 |
self.instrument = False |
|
104 | 105 |
if len(_desc) == 2 and _desc[0] == 'Instrument': |
105 | 106 |
self.ui.checkBoxUpdateFlowMark.setHidden(True) |
106 | 107 |
self.ui.checkBoxUpdateSpec.setHidden(True) |
107 | 108 |
self.ui.checkBoxUpdateLineType.setHidden(True) |
108 | 109 |
self.ui.checkBoxValidation.setHidden(True) |
109 | 110 |
self.ui.checkBoxStreamNo.setHidden(True) |
111 |
self.instrument = True |
|
110 | 112 |
|
111 | 113 |
@property |
112 | 114 |
def validation_checked(self): |
DTI_PID/DTI_PID/RecognitionDialog.py | ||
---|---|---|
1262 | 1262 |
|
1263 | 1263 |
#print('flag3.9') |
1264 | 1264 |
#configs = app_doc_data.getConfigs('Project', 'Operation') |
1265 |
instrument = False |
|
1265 | 1266 |
_desc = app_doc_data.getCurrentProject().desc.split('!-!') |
1266 | 1267 |
if len(_desc) == 2 and _desc[0] == 'Instrument': |
1267 | 1268 |
instrument = True |
1268 |
else: |
|
1269 |
instrument = False |
|
1270 | 1269 |
|
1271 | 1270 |
if app_doc_data.lines: |
1272 | 1271 |
# connect line to symbol |
내보내기 Unified diff