mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
add qrcode button to mpk dialog
This commit is contained in:
parent
fc861c035d
commit
26ee3baaba
1 changed files with 1 additions and 1 deletions
|
@ -1844,7 +1844,7 @@ class ElectrumWindow(QMainWindow):
|
|||
i = 0
|
||||
for key, value in mpk_dict.items():
|
||||
main_layout.addWidget(QLabel(key), i, 0)
|
||||
mpk_text = QTextEdit()
|
||||
mpk_text = QRTextEdit()
|
||||
mpk_text.setReadOnly(True)
|
||||
mpk_text.setMaximumHeight(170)
|
||||
mpk_text.setText(value)
|
||||
|
|
Loading…
Add table
Reference in a new issue