개정판 03d1b1d2
AutoCAD 파일에서 Text뿐 아니라 Line도 가져오도록 개선
Change-Id: I52c99d732e7008f5f01975d0338f7aee19371b88
DTI_PID/DTI_PID/MainWindow_UI.py | ||
---|---|---|
2 | 2 | |
3 | 3 |
# Form implementation generated from reading ui file '.\UI\MainWindow.ui' |
4 | 4 |
# |
5 |
# Created by: PyQt5 UI code generator 5.13.0
|
|
5 |
# Created by: PyQt5 UI code generator 5.13.1
|
|
6 | 6 |
# |
7 | 7 |
# WARNING! All changes made in this file will be lost! |
8 | 8 | |
... | ... | |
654 | 654 |
self.actionGlobal_Validation = QtWidgets.QAction(MainWindow) |
655 | 655 |
self.actionGlobal_Validation.setIcon(icon9) |
656 | 656 |
self.actionGlobal_Validation.setObjectName("actionGlobal_Validation") |
657 |
self.actionConnectLineToSymbol = QtWidgets.QAction(MainWindow) |
|
658 |
self.actionConnectLineToSymbol.setObjectName("actionConnectLineToSymbol") |
|
657 | 659 |
self.menuExport.addAction(self.actionExportAsSVG) |
658 | 660 |
self.menuExport.addAction(self.actionExportAsXML) |
659 | 661 |
self.menuExport.addAction(self.actionExportAsImage) |
... | ... | |
702 | 704 |
self.menu_5.addAction(self.actionText_Data_List) |
703 | 705 |
self.menu_5.addSeparator() |
704 | 706 |
self.menu_5.addAction(self.actionSymbol_Replace_Insert) |
707 |
self.menu_5.addAction(self.actionConnectLineToSymbol) |
|
705 | 708 |
self.menu_5.addSeparator() |
706 | 709 |
self.menu_5.addAction(self.actionEditRecognizeLine) |
707 | 710 |
self.menu_5.addAction(self.actionRecognizeTable) |
... | ... | |
863 | 866 |
self.actionRotateCCW.setToolTip(_translate("MainWindow", "Roate counter clockwise")) |
864 | 867 |
self.actionReplace_Code_Table.setText(_translate("MainWindow", "Replace Code Table")) |
865 | 868 |
self.actionGlobal_Validation.setText(_translate("MainWindow", "Global Validation")) |
869 |
self.actionConnectLineToSymbol.setText(_translate("MainWindow", "Connect between symbols and lines")) |
|
866 | 870 |
import MainWindow_rc |
내보내기 Unified diff