PDA

View Full Version : Screenshot of QAXWidget



santosh.kumar
14th November 2016, 12:13
Hi

Please look below link. I am also facing same problem.
http://stackoverflow.com/questions/38455612/how-to-create-screenshot-of-qaxwidget

kindly give the solution.

Thanks
Santosh

d_stranz
15th November 2016, 20:49
Try using QWidget::render() to an appropriately-sized pixmap. According to the docs, QAxWidget inherits this method from QWidget, so it should work.