increase version number to v3.3

This commit is contained in:
Nikolaos Ftylitakis 2021-12-26 10:47:14 +02:00
parent 9f8a13569c
commit ebb3e5ea0f
1 changed files with 3 additions and 3 deletions

View File

@ -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