2023-03-26 18:56:34 -05:00
2023-03-26 18:55:02 -05:00
2023-03-26 18:55:02 -05:00
2023-03-26 18:55:02 -05:00
2023-03-26 18:55:02 -05:00
2023-03-26 17:48:16 -05:00
2023-03-26 18:55:02 -05:00
2023-03-26 18:55:02 -05:00
2023-03-26 18:55:02 -05:00

Qt QR Code Generator Library

Qt QR Code Generator is a simple C++ class that uses the qrcodegen library to generate QR codes from QStrings in Qt applications.

Screenshot

Usage

  1. Copy the Qt-QrCodeGenerator folder in your lib folder.
  2. Include the Qt-QrCodeGenerator project include (pri) file using the include() qmake function.
  3. Use the QrCodeGenerator class in your code:
#include <QrCodeGenerator>

QrCodeGenerator generator;
QString data = "https://www.example.com";
QImage qrCodeImage = generator.generateQRCode(data);
  1. That's all! Check the example project as a reference for your project if needed.

License

This project is licensed under the MIT License. See the LICENSE file for details.

S
Description
No description provided
Readme MIT 1.9 MiB
Languages
C++ 93.5%
QMake 5.3%
CMake 1.2%