A simple Qt library that generates QR codes
Stars
38
Forks
23
Watchers
38
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
14
commits
4
commits
3
commits
1
commits
1
commits
1
commits
dynamically adjusts the imageSize so that each module is an integer number of pixels, avoiding possible aliasing artifacts when size isn’t divisible evenly by qrSize + 2 × border.
5940332View on GitHubQSvgRenderer has internal limits on path complexity or buffer size — hitting those leads to the truncation warning.
8be1072View on GitHubrewrite QImage QrCodeGenerator::qrCodeToImage to solve warning and qr fails when qt.svg: Invalid path data; path truncated. for long string content
a3eaeddView on GitHub