rithvikp1998 / CPDv2

Common Print Dialog using QWidget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Common Print Dialog

This repo is the second iteration of the project originally hosted here: https://github.com/rithvikp1998/cpd Most of the commits here so far are just copy-paste changes. Please refer to the README of the above mentioned repo for more details.

Build

Tested on Ubuntu 17.04

mkdir build; cd build
qmake ..
make
sudo make install

cd ../examples/test_application
mkdir build; cd build
qmake ..
make
./printTest

About

Common Print Dialog using QWidget

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 97.2%Language:QMake 1.9%Language:C 1.0%