From f1f6e72cd28744bb20ac18dd4071aa26179bd63a Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 5 Jun 2020 00:22:21 +0200 Subject: tdf#127263 Connect QR Code dialogs Help button to the online help also add some ahelp tags for the old style help Change-Id: I6d0a660bada92041e9d4fa25a46f2aa4681b1377 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95545 Tested-by: Jenkins Reviewed-by: Gabor Kelemen (cherry picked from commit 9255147fb8e8fd4b93c254a7505aa20baddec7fd) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95553 Reviewed-by: Olivier Hallot --- source/text/shared/guide/qrcode.xhp | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/source/text/shared/guide/qrcode.xhp b/source/text/shared/guide/qrcode.xhp index dd4343a0f8..f43ea9209e 100644 --- a/source/text/shared/guide/qrcode.xhp +++ b/source/text/shared/guide/qrcode.xhp @@ -20,8 +20,9 @@ QR Code
-

QR Code

+ + Generate QR Code for any text or URL.
The QR Code Generation feature helps to create QR codes for any text or URL. The QR code is produced as an image or shape and has all the properties associated with an image. @@ -29,26 +30,32 @@ Choose Insert - Object - QR Code.

URL or Text

- The text from which to generate the QR code. + + The text from which to generate the QR code.

Error correction

The error correction value for the QR Code that is to be created. The error correction of a QR code is a measure that helps a QR code to recover if it is damaged. There are four standard error correction values. - Low: 7% of codewords can be restored. + + Low: 7% of codewords can be restored. - Medium: 15% of codewords can be restored. + + Medium: 15% of codewords can be restored. - Quartile: 25% of codewords can be restored. + + Quartile: 25% of codewords can be restored. - High: 30% of codewords can be restored. + + High: 30% of codewords can be restored.

Border

- The width in dots of the border surrounding the QR code. + + The width in dots of the border surrounding the QR code.

Example

The QR code below was generated for the text www.libreoffice.org: -- cgit