pybae / QNote

A note taking app for Linux
MIT License
4 stars 0 forks source link

Printing current file #11

Closed pybae closed 9 years ago

pybae commented 9 years ago

Printing the current file.

Things of concern. qt5 has extrapolated all of it's printing methods to QtPrintSupport, so we're going to be using that library (might have to update soon), and I've already included it. Sadly, there isn't a lot of documentation on it, so we'll have to poke around and do our best on it.

Also, prompt to save on printing the file as well