1
0

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:
Sander van Grieken
2022-03-18 15:00:29 +01:00
parent 8000327097
commit 492f246b9a
5 changed files with 82 additions and 19 deletions

View File

@@ -63,11 +63,9 @@ Item {
currentIndex: tabbar.currentIndex
Item {
ColumnLayout {
width: parent.width
y: 20
spacing: 20
Receive {
id: receive
anchors.fill: parent
}
}