mirror of https://github.com/status-im/qzxing.git
increase version number to v3.3
This commit is contained in:
parent
9f8a13569c
commit
ebb3e5ea0f
|
@ -163,7 +163,7 @@ int main()
|
|||
The in the QML file
|
||||
|
||||
```qml
|
||||
import QZXing 3.2
|
||||
import QZXing 3.3
|
||||
|
||||
function decode(preview) {
|
||||
imageToDecode.source = preview
|
||||
|
@ -254,7 +254,7 @@ QZXing::registerQMLImageProvider(engine);
|
|||
Default settings:
|
||||
|
||||
```qml
|
||||
import QZXing 3.2
|
||||
import QZXing 3.3
|
||||
|
||||
TextField {
|
||||
id: inputField
|
||||
|
@ -280,7 +280,7 @@ Or use the encoding function with the optional custom settings that are passed l
|
|||
the size of the image can be adjusted by using the Image.sourceWidth and Image.sourceHeight properties of Image QML element.
|
||||
|
||||
```qml
|
||||
import QZXing 3.2
|
||||
import QZXing 3.3
|
||||
|
||||
TextField {
|
||||
id: inputField
|
||||
|
|
Loading…
Reference in New Issue