Class QfCodeReader
Inherits the following classes: QfPopup
Inherited by the following classes: CodeReader
Public Properties
| Type | Name |
|---|---|
| property var | barcodeRequestedItem |
| property string | decodedString |
| property var | imageResourceSource |
| property bool | openedOnce |
| property int | popupWidth |
Public Signals
| Type | Name |
|---|---|
| signal void | accepted (var string) Emitted when a QR code or NFC tag has been accepted. |
| signal void | decoded (var string) Emitted when a QR code or NFC tag has been decoded/received. |
Public Functions
| Type | Name |
|---|---|
| void | decodeImageResource (path) |
| void | pickImage () |
Public Properties Documentation
property barcodeRequestedItem
var QfCodeReader::barcodeRequestedItem;
property decodedString
string QfCodeReader::decodedString;
property imageResourceSource
var QfCodeReader::imageResourceSource;
property openedOnce
bool QfCodeReader::openedOnce;
property popupWidth
int QfCodeReader::popupWidth;
Public Signals Documentation
signal accepted
Emitted when a QR code or NFC tag has been accepted.
void QfCodeReader::accepted;
signal decoded
Emitted when a QR code or NFC tag has been decoded/received.
void QfCodeReader::decoded;
Public Functions Documentation
function decodeImageResource
void QfCodeReader::decodeImageResource (
path
)
function pickImage
void QfCodeReader::pickImage ()
The documentation for this class was generated from the following file src/gui/qml/QfCodeReader.qml