How to print QTableWidget on printer?

Posted by Gulf on Stack Overflow See other posts from Stack Overflow or by Gulf
Published on 2010-03-17T18:37:33Z Indexed on 2010/03/17 18:41 UTC
Read the original article Hit count: 394

Filed under:

I have big size QTableWidget. I want to print it including headers, but QTableWidget doesn't have print() method. How can I implement it?

© Stack Overflow or respective owner

Related posts about qt