tags:

views:

97

answers:

1

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