개정판 cc519cbf
issue #505: area zoom save stack
Change-Id: I1d550ded46193a83b99fb6905a535b60de0a1be9
DTI_PID/DTI_PID/Commands/AreaZoomCommand.py | ||
---|---|---|
64 | 64 |
bottomRight = self.imageViewer.mapToScene(self._rubberBand.geometry().bottomRight()) |
65 | 65 |
rect = QRectF(topLeft.x(), topLeft.y(), |
66 | 66 |
bottomRight.x() - topLeft.x(), bottomRight.y() - topLeft.y()) |
67 |
self.imageViewer.zoomStack.append(rect) |
|
67 | 68 |
self.imageViewer.updateViewer(rect) |
68 | 69 |
elif Qt.RightButton == event.button(): |
69 | 70 |
if not self.isLeftClicked: |
DTI_PID/DTI_PID/Scripts/MSSQL/ID2.sql | ||
---|---|---|
1281 | 1281 |
Name |
1282 | 1282 |
) |
1283 | 1283 |
VALUES |
1284 |
(NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4,0,0,0.4,NULL,-1,'Line NO'),
|
|
1284 |
(NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,4,0,0,0.4,NULL,-1,'Line NO'),
|
|
1285 | 1285 |
(NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,4,0,0,0.4,NULL,-1,'Text'), |
1286 | 1286 |
(NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,4,0,0,0.4,NULL,-1,'Trim Line NO'), |
1287 | 1287 |
(NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,4,0,0,0.4,NULL,-1,'Unknown'), |
내보내기 Unified diff