개정판 a1b59087
issue #563: fix scene
Change-Id: Ib517f3d52dcbb95f3ae8cbae5b519e4fc798743d
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
2147 | 2147 |
return |
2148 | 2148 |
|
2149 | 2149 |
try: |
2150 |
dlg = QConnectAttrDialog(self, self.graphicsView) |
|
2150 |
dlg = QConnectAttrDialog(self, self.graphicsView.scene)
|
|
2151 | 2151 |
dlg.setWindowFlags(self.windowFlags() & ~Qt.WindowCloseButtonHint & ~Qt.WindowContextHelpButtonHint) |
2152 | 2152 |
dlg.exec_() |
2153 | 2153 |
if dlg.isRunned: |
내보내기 Unified diff