개정판 e4c359d0
fix
Change-Id: I73ac95581f63587629f82a240f832b7dd1b7927e
DTI_PID/DTI_PID/Shapes/SymbolSvgItem.py | ||
---|---|---|
43 | 43 |
QEngineeringAbstractItem.__init__(self) |
44 | 44 |
|
45 | 45 |
self.setFlags( |
46 |
QGraphicsItem.ItemIsSelectable | QGraphicsItem.ItemIsFocusable | QGraphicsItem.ItemIsMovable | |
|
46 |
QGraphicsItem.ItemIsSelectable | QGraphicsItem.ItemIsFocusable | #QGraphicsItem.ItemIsMovable |
|
|
47 | 47 |
QGraphicsItem.ItemSendsGeometryChanges | QGraphicsItem.ItemClipsToShape) |
48 | 48 |
|
49 | 49 |
self.dbUid = None # symbol UID |
minorTools/gcloud_test.py | ||
---|---|---|
72 | 72 |
if __name__ == "__main__": |
73 | 73 |
import os |
74 | 74 |
path = 'E:\Projects\DTIPID\minorTools\gcloud' |
75 |
path = os.path.join(path, '02-BFW105. 02-BFW105-C6S-2-Ih_Page1.png')
|
|
75 |
path = os.path.join(path, '1.png') |
|
76 | 76 |
detect_text(path) |
77 | 77 |
|
내보내기 Unified diff