Skip to content

rithvikp1998/CPDv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published