프로젝트

일반

사용자정보

개정판 e618acaf

IDe618acaf7fbcc58f75c5cafb920ca58c44196d66
상위 8a40f6ee
하위 4470f819, c0f8c341

백흠경이(가) 약 5년 전에 추가함

issue #1052: 스트림 라인 태그 배치 기능 업데이트

Change-Id: Ie76256bc4a5bf3653297058ee3d3e0b469134a39

차이점 보기:

HYTOS/HYTOS/Shapes/SymbolSvgItem.py
598 598
                        self.desc_labels[0].setPos(QPointF((rect.width() - label_rect.width()) * 0.5, rect.height()))
599 599
            elif self.type == 'Valve':
600 600
                if self.tag_no and self.name in ('CV_H', 'CV_V'):
601
                    conns = [conn for conn in self.connectors
602
                             if conn.data and conn.data.pressure_drop is not None and conn.data.elevation is not None]
601
                    conns = [conn for conn in self.connectors if conn.data and conn.data.elevation is not None]
603 602
                    if conns:
604 603
                        self.desc_labels[0].setHtml(
605 604
                            f"{self.tag_no}<br>{convert_to_fixed_point(conns[0].data.pressure_drop) if conns[0].data.pressure_drop is not None else 0} {units['Pressure']}<br>"

내보내기 Unified diff

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