feat(xml): qrcode support quiet_zone property

This commit is contained in:
Benign X
2025-09-18 22:12:19 +08:00
committed by André Costa
parent bdcb291b7f
commit 98423e6046
5 changed files with 18 additions and 1 deletions
+1
View File
@@ -9,5 +9,6 @@ Example
<prop name="dark_color" type="color" help="Foreground color for QR modules"/>
<prop name="light_color" type="color" help="Background color"/>
<prop name="data" type="string" help="UTF-8 payload encoded into the QR code"/>
<prop name="quiet_zone" type="bool" help="Add quiet zone (border) around the QR code"/>
</api>
</widget>