I have big size QTableWidget. I want to print it including headers, but QTableWidget doesn't have print() method. How can I implement it?
A:
The information you want is provided in the Printing with Qt documentation page. In particular, pay attention to the Painting onto a Page section.
Caleb Huitt - cjhuitt
2010-03-18 18:16:10