Posted inInformation Technology

Qt – Printing – Taxes – Pt. 5

The knee-jerk response many developers will have is to just hack their own QTextDocument derived class. After all, it wouldn’t take much to add a document name to the class, nor would it take much to hack a version of printPage() to place the current date and document name at the top of the page along with the page number. You might even customize the print() method where pageNumberPos is calculated to make it a … Qt – Printing – Taxes – Pt. 5Read more