Re: What is best way to print multiple pages long table?
You can always use QPainter with a QPrinter directly. So you can draw the table yourself and check if enough space is left on the page. It is more complicated, but the only solution I can think of right now.
Bookmarks