| Commit message (Collapse) | Author | Age |
|
|
|
| |
at a time. This has significant memory benefits for large PDF files. This also implements a least-recently used cache of tunable size, which improves responsiveness if you're hopping between two specific pages.
|
|
|
|
| |
specialized options (collation, copies, reversed order, page range, landscape orientation, etc).
|
| |
|
|
|
|
| |
QPrintPreviewWidget embedded within it (instead of a QPrintPrevewDialog for everything).
|
|
This is a basic PDF file viewer application, with printing capabilities.
NOTE: This is not quite done yet - the basic PDF viewer works if an input file is supplied, but I have not finished adding all the normal window operations around it yet (menu bar with close, open file options, progress bar for loading status rather than using a message box, etc...)
|