Searched defs:QRErrorCorrectLevel (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Drender_barcode_qrcode.py418 class QRErrorCorrectLevel: class in inherits:
993 if errorCorrectLevel == QRErrorCorrectLevel.L:
995 elif errorCorrectLevel == QRErrorCorrectLevel.M:
997 elif errorCorrectLevel == QRErrorCorrectLevel.Q:
999 elif errorCorrectLevel == QRErrorCorrectLevel.H:

Completed in 22 milliseconds