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
|
||||
{
|
||||
id: zxingFilter
|
||||
orientation: videoOutput.orientation
|
||||
captureRect: {
|
||||
// setup bindings
|
||||
videoOutput.contentRect;
|
||||
|
|
Loading…
Reference in New Issue