Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 468 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 468 Bytes

PrintML: QML Printing Module

PrintML is a module for printing items.

Installation

git clone https://github.com/cyrilleberger/PrintML
cd PrintML
mkdir build
cd build
qmake ..
make
sudo make install

Documentation

Coming soon, see examples.

Examples

  • PrintML.qml example of printing an item
  • MiniPage.qml example of use of the mini page feature to print multiple items on the same page