개정판 472a7ca7
code arrange
Change-Id: Idb2bcad822d89c9a5cab84e8d6ecb5280911e854
DTI_PID/DTI_PID/ItemPropertyTableWidget.py | ||
---|---|---|
27 | 27 |
from EngineeringLineItem import QEngineeringLineItem |
28 | 28 |
from EngineeringNoteItem import QEngineeringNoteItem |
29 | 29 |
from EngineeringTextItem import QEngineeringTextItem |
30 |
from UserInputAttribute import UserInputAttribute |
|
30 |
#from UserInputAttribute import UserInputAttribute
|
|
31 | 31 |
from EngineeringSpecBreakItem import QEngineeringSpecBreakItem |
32 | 32 |
from EngineeringErrorItem import QEngineeringErrorItem |
33 | 33 |
from EngineeringVendorItem import QEngineeringVendorItem |
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
60 | 60 |
import ItemTreeWidget |
61 | 61 |
import ItemPropertyTableWidget |
62 | 62 |
import SymbolListTreeWidget |
63 |
from UserInputAttribute import UserInputAttribute |
|
63 |
#from UserInputAttribute import UserInputAttribute
|
|
64 | 64 |
from TextItemFactory import TextItemFactory |
65 | 65 |
from TrainingImageListDialog import QTrainingImageListDialog |
66 | 66 |
from TrainingSymbolImageListDialog import QTrainingSymbolImageListDialog |
DTI_PID/DTI_PID/Shapes/EngineeringEquipmentItem.py | ||
---|---|---|
11 | 11 |
|
12 | 12 |
from SymbolSvgItem import SymbolSvgItem |
13 | 13 |
from EngineeringAbstractItem import QEngineeringAbstractItem |
14 |
from UserInputAttribute import UserInputAttribute |
|
14 |
#from UserInputAttribute import UserInputAttribute
|
|
15 | 15 |
|
16 | 16 |
|
17 | 17 |
class QEngineeringEquipmentItem(SymbolSvgItem): |
DTI_PID/DTI_PID/Shapes/EngineeringErrorItem.py | ||
---|---|---|
15 | 15 |
from EngineeringLineItem import QEngineeringLineItem |
16 | 16 |
from EngineeringConnectorItem import QEngineeringConnectorItem |
17 | 17 |
from EngineeringTextItem import QEngineeringTextItem |
18 |
from UserInputAttribute import UserInputAttribute |
|
18 |
#from UserInputAttribute import UserInputAttribute
|
|
19 | 19 |
|
20 | 20 |
class QEngineeringErrorItem(SymbolSvgItem): |
21 | 21 |
""" This is Engineering Error Item class """ |
DTI_PID/DTI_PID/Shapes/EngineeringInstrumentItem.py | ||
---|---|---|
15 | 15 |
from EngineeringAbstractItem import QEngineeringAbstractItem |
16 | 16 |
from EngineeringConnectorItem import QEngineeringConnectorItem |
17 | 17 |
from EngineeringTextItem import QEngineeringTextItem |
18 |
from UserInputAttribute import UserInputAttribute |
|
18 |
#from UserInputAttribute import UserInputAttribute
|
|
19 | 19 |
|
20 | 20 |
|
21 | 21 |
class QEngineeringInstrumentItem(SymbolSvgItem): |
DTI_PID/DTI_PID/Shapes/EngineeringLineNoTextItem.py | ||
---|---|---|
19 | 19 |
except ImportError: |
20 | 20 |
raise ImportError("ImageViewerQt: Requires PyQt5 or PyQt4.") |
21 | 21 |
|
22 |
from UserInputAttribute import UserInputAttribute |
|
22 |
#from UserInputAttribute import UserInputAttribute
|
|
23 | 23 |
from OcrResultDialog import QOcrResultDialog |
24 | 24 |
from AppDocData import AppDocData |
25 | 25 |
from EngineeringTextItem import QEngineeringTextItem |
... | ... | |
1106 | 1106 |
@brief return Line Data List |
1107 | 1107 |
@author kyouho |
1108 | 1108 |
@date 2018.08.14 |
1109 |
@ no more used |
|
1109 | 1110 |
''' |
1110 |
|
|
1111 | 1111 |
def getLineDataList(self): |
1112 | 1112 |
dataList = [] |
1113 |
''' |
|
1113 | 1114 |
try: |
1114 | 1115 |
import uuid |
1115 | 1116 |
global lineColumnList |
... | ... | |
1167 | 1168 |
|
1168 | 1169 |
if dataList[0] == '': |
1169 | 1170 |
dataList[0] = str(uuid.uuid4()) |
1171 |
''' |
|
1170 | 1172 |
|
1171 | 1173 |
return dataList |
1172 | 1174 |
|
DTI_PID/DTI_PID/Shapes/EngineeringSpecBreakItem.py | ||
---|---|---|
10 | 10 |
|
11 | 11 |
from SymbolSvgItem import SymbolSvgItem |
12 | 12 |
from SymbolAttr import SymbolAttr |
13 |
from UserInputAttribute import UserInputAttribute |
|
13 |
#from UserInputAttribute import UserInputAttribute
|
|
14 | 14 |
from EngineeringConnectorItem import QEngineeringConnectorItem |
15 | 15 |
from AppDocData import AppDocData |
16 | 16 |
|
DTI_PID/DTI_PID/Shapes/SymbolSvgItem.py | ||
---|---|---|
15 | 15 |
from EngineeringConnectorItem import QEngineeringConnectorItem |
16 | 16 |
from EngineeringAbstractItem import QEngineeringAbstractItem |
17 | 17 |
from EngineeringConnectorItem import QEngineeringConnectorItem |
18 |
from UserInputAttribute import UserInputAttribute |
|
18 |
#from UserInputAttribute import UserInputAttribute
|
|
19 | 19 |
import SelectAttributeCommand |
20 | 20 |
|
21 | 21 |
|
내보내기 Unified diff