lluisalemanypuig / qr-encoder

A small GUI to generate QR codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR encoder

A small GUI to generate QR codes out of a text provided by the user. To implement the GUI, this project uses Qt 6.6. To generate the QR codes, this application uses Nayuki's QR Code generator; see also this webpage for further information.

How to use QR Encoder

Launch the application and enter the text in the textbox right next to "Text". The text can be anything (including UTF-8 characters) from random characters to an actual sentence. After that click on "Generate QR"; in order to save the QR code as a .png image, click on "Save QR code". The QR code can be shrunk using the slider next to "Shrinking factor" or entering a number next to the slider.

Advanced options

The quality of the QR code can be manipulated by setting a value to ECC (which stands for "Error Correcting Codes"). The default setting, "High", is recommended.

The .png image can be generated with varying degrees of compression. By default, the compression is set to the maximum value "100".

Translations

This program is available in

  • English
  • Catalan
  • Spanish

About

A small GUI to generate QR codes

License:GNU Affero General Public License v3.0


Languages

Language:C++ 94.8%Language:Shell 3.9%Language:QMake 1.3%