PDA

View Full Version : Print QScrollarea to multipage document



tereks
6th June 2014, 05:57
I have a qt project with QMAinwindow and a QScrollArea in it. QScrollarea contains bunch of images in vertical order (like image gallery with vertical scrolling)/ I want to print the content of my QScrollArea to document (multi-page doc), but QWidget::render() gives me viewport image only.

Is there a way to create this multi-page doc?