개정판 f0810527
issue #563: disable symbol to symbol label
Change-Id: Ie74712498b95227fa8cf791bde7a6af571d4d474
DTI_PID/DTI_PID/LineNoTracer.py | ||
---|---|---|
580 | 580 |
for label in labels: |
581 | 581 |
label.connectAttribute(valves, clear=False) |
582 | 582 |
|
583 |
''' |
|
584 |
# for alarm no more used |
|
583 | 585 |
labels = [symbol for symbol in symbols if symbol.iType == 29] # Labels - Piping Components => Instrument |
584 | 586 |
valves = [symbol for symbol in symbols if symbol.iType == 25] # System Functions |
585 | 587 |
for label in labels: |
586 | 588 |
label.connectAttribute(valves, clear=False) |
589 |
''' |
|
587 | 590 |
|
588 | 591 |
QApplication.processEvents() |
589 | 592 |
for symbol in symbols: |
내보내기 Unified diff