개정판 c80d49e6
Apply highlight to unknown and text item
DTI_PID/DTI_PID/Shapes/QEngineeringLineNoTextItem.py | ||
---|---|---|
17 | 17 |
from QGraphicsBoundingBoxItem import QGraphicsBoundingBoxItem |
18 | 18 |
from OcrResultDialog import QOcrResultDialog |
19 | 19 |
from AppDocData import AppDocData |
20 |
from QEngineeringTextItem import QEngineeringTextItem
|
|
20 |
from EngineeringTextItem import QEngineeringTextItem |
|
21 | 21 |
|
22 | 22 |
class QEngineeringLineNoTextItem(QEngineeringTextItem): |
23 | 23 |
|
... | ... | |
193 | 193 |
|
194 | 194 |
return node |
195 | 195 |
|
196 |
def hoverEnterEvent(self, event): |
|
197 |
pass |
|
198 |
|
|
199 |
def hoverLeaveEvent(self, event): |
|
200 |
pass |
|
201 |
|
|
202 |
def hoverMoveEvent(self, event): |
|
203 |
pass |
|
204 |
|
|
205 | 196 |
''' |
206 | 197 |
@Override (QEngineeringTextItem) |
207 | 198 |
@brief get connected items |
내보내기 Unified diff