当前位置:   article > 正文

QWidget QPixmap 截取控件并保存为图片_qwidget的ui界面绘制成图片

qwidget的ui界面绘制成图片

一、功能
void QWidget::render(QPaintDevice *target, const QPoint &targetOffset = QPoint(), const QRegion &sourceRegion = QRegion(), QWidget::RenderFlags renderFlags = RenderFlags(DrawWindowBackground | DrawChildren))

Renders the sourceRegion of this widget into the target using renderFlags to determine how to render. Rendering starts at targetOffset in the target.
二、代码

    QPixmap pixmap(this->size());
    render(&pixmap
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/299630
推荐阅读
相关标签
  

闽ICP备14008679号