Add show QR-code in myaddress detail screen
This commit is contained in:
parent
364a9e814e
commit
54e7687f59
|
@ -246,6 +246,8 @@ MDNavigationLayout:
|
||||||
id:id_draft
|
id:id_draft
|
||||||
AddressBook:
|
AddressBook:
|
||||||
id:id_addressbook
|
id:id_addressbook
|
||||||
|
ShowQRCode:
|
||||||
|
id:id_showqrcode
|
||||||
|
|
||||||
MDNavigationDrawer:
|
MDNavigationDrawer:
|
||||||
id: nav_drawer
|
id: nav_drawer
|
||||||
|
|
|
@ -70,5 +70,10 @@
|
||||||
"kv_string": "draft",
|
"kv_string": "draft",
|
||||||
"name_screen": "draft",
|
"name_screen": "draft",
|
||||||
"Import": "from pybitmessage.bitmessagekivy.baseclass.draft import Draft"
|
"Import": "from pybitmessage.bitmessagekivy.baseclass.draft import Draft"
|
||||||
|
},
|
||||||
|
"Qrcode": {
|
||||||
|
"kv_string": "qrcode",
|
||||||
|
"Import": "from pybitmessage.bitmessagekivy.baseclass.qrcode import ShowQRCode"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue
Block a user