mirror of https://github.com/status-im/qzxing.git
Add orientation binding in QZXingFilter QML component
This commit is contained in:
parent
bef8c129bf
commit
b1659be29a
|
@ -85,6 +85,7 @@ ApplicationWindow
|
||||||
QZXingFilter
|
QZXingFilter
|
||||||
{
|
{
|
||||||
id: zxingFilter
|
id: zxingFilter
|
||||||
|
orientation: videoOutput.orientation
|
||||||
captureRect: {
|
captureRect: {
|
||||||
// setup bindings
|
// setup bindings
|
||||||
videoOutput.contentRect;
|
videoOutput.contentRect;
|
||||||
|
|
Loading…
Reference in New Issue