2
Completed

QR Code Dialog

While messing with AutoBarcode, it occurred to me that being able to display a text string as a QR code in an Autotools dialog has two use cases

  1. Debug, like the Linux kernel has. Link
  2. NFC functionality for sending e.g a text message between two phones without RF communication.

It's here in case anyone is interested, for fun. No worries if anyone thinks it's pointless.

(Including ZXing is probably bloat in this context, using a web service for a dialog is weird. :)

1 reply

You can already do that :) Generate a QR code in AutoBarcode then display it in an image dialog :)

 

Hope this helps!