File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ int main()
163163The in the QML file
164164
165165``` qml
166- import QZXing 3.2
166+ import QZXing 3.3
167167
168168function decode(preview) {
169169 imageToDecode.source = preview
@@ -254,7 +254,7 @@ QZXing::registerQMLImageProvider(engine);
254254Default settings:
255255
256256``` qml
257- import QZXing 3.2
257+ import QZXing 3.3
258258
259259TextField {
260260 id: inputField
@@ -280,7 +280,7 @@ Or use the encoding function with the optional custom settings that are passed l
280280the size of the image can be adjusted by using the Image.sourceWidth and Image.sourceHeight properties of Image QML element.
281281
282282``` qml
283- import QZXing 3.2
283+ import QZXing 3.3
284284
285285TextField {
286286 id: inputField
You can’t perform that action at this time.
0 commit comments