qml: add QR code imageprovider using qrcode/PIL
adds buildozer 'pillow' recipe to requirements add initial PoC on qml receive tab
This commit is contained in:
@@ -63,11 +63,9 @@ Item {
|
||||
currentIndex: tabbar.currentIndex
|
||||
|
||||
Item {
|
||||
|
||||
ColumnLayout {
|
||||
width: parent.width
|
||||
y: 20
|
||||
spacing: 20
|
||||
Receive {
|
||||
id: receive
|
||||
anchors.fill: parent
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user