Logo FluentUI

QRCode QML Type

A QR code generator and display component. More...

Import Statement: import FluentUI.Controls 1.0

Properties

Detailed Description

QRCode generates and displays a QR code from the provided text string. The appearance can be customized through color and size properties.

Property Documentation

backgroundColor : color

The background color behind the QR code pattern.

color : color

The foreground color of the QR code modules (the dark squares).

size : int

The width and height of the QR code in pixels. The QR code is rendered as a square, so this value determines both dimensions.

text : string

The text or data to encode in the QR code. This string is converted into a QR code pattern that can be scanned by QR code readers.