QRCodeImpl QML Type
QR code encoder and painter backend. More...
| Import Statement: | import FluentUI.impl 1.0 |
Properties
- backgroundColor : color
- color : color
- size : int
- text : string
Detailed Description
The QRCodeImpl type provides QR code generation and rendering capabilities. It encodes the provided text into a QR code matrix and draws the result with configurable colors and size.
Property Documentation
backgroundColor : color
The background color of the QR code.
color : color
The foreground color of the QR code modules (the dark squares).
size : int
The pixel size of the generated QR code image (width and height).
text : string
The text string to encode into the QR code.