Bug #2674
qEhgraph-加入符号库时,含有线型的图元截图不成功
Start date:
10/31/2022
Due date:
% Done:
100%
Estimated time:
Defect version:
History
Updated by zhixue wei about 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
改用抓取屏幕的指定区域的方式截图
QScreen* screen=QGuiApplication::primaryScreen();
QPixmap pixmap=screen->grabWindow(this->winId(),rcObj.left(),rcObj.top(),rcObj.width(),rcObj.height());