MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / updateScene

Method updateScene

GGEasy/forms/formsutil/errordialog.cpp:114–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 void updateScene()
115 {
116 QRectF rect;
117 for (auto item : items)
118 if (item->isSelected())
119 rect = rect.united(item->boundingRect());
120 App::graphicsView()->fitInView(rect);
121 // App::graphicsView()->zoomOut();
122 }
123};
124
125class TableView : public QTableView {

Callers 1

selectionChangedMethod · 0.80

Calls 2

fitInViewMethod · 0.80
boundingRectMethod · 0.45

Tested by

no test coverage detected