Online documentation, manuals and tutorials
< All Topics
Print

QRCode (EEZ-GUI)

Description

Renders a QR Code representing the given text string at the given error correction level.

Properties

Specific

Text

EXPRESSION (any)

Text for which the QR Code will be generated.

Error correction

Enum

The error correction level in a QR Code symbol, possible options:

  • Low – The QR Code can tolerate about 7% erroneous codewords.
  • Medium – The QR Code can tolerate about 15% erroneous codewords.
  • Quartile – The QR Code can tolerate about 25% erroneous codewords.
  • High – The QR Code can tolerate about 30% erroneous codewords.

Visible

EXPRESSION (boolean)

If the calculated expression is true then the Widget is visible, and if it is false then the Widget is hidden. It can be left blank, in which case the Widget is always visible.

Examples

  • eez-gui-widgets-demo
Page content