Logo
Explore Help
Sign In
davide/pallectrum
1
0
Fork 0
You've already forked pallectrum
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
187b4dc9c1d1b03a13ab5bcea9516a970aed5ff9
pallectrum/plugins/trezor/qt.py

11 lines
253 B
Python
Raw Normal View History

Finish merging keepkey / trezor implementations
2015-12-27 15:00:58 +09:00
from plugins.trezor.qt_generic import QtPlugin
finish separation between plugins and GUIs
2015-11-23 19:38:48 +01:00
PEP8-ify most of plugins/trezor
2015-12-27 15:10:53 +09:00
Finish merging keepkey / trezor implementations
2015-12-27 15:00:58 +09:00
class Plugin(QtPlugin):
icon_file = ":icons/trezor.png"
Better install wizard Break out the workflow logic of the install wizard into a base class. This means reimplementing with full support in a new GUI is now easy; you just provide ways to request passwords, show messages etc. The API is fully documented in the base class. There are a couple of minor outstanding issues, including that the old messages shown when recovering a wallet are missing. I will come back to that. Ledger wallet might be broken. Other improvements: The install wizard code is now easy to follow and understand. Hardware wallets can now be restored without any need for their accompanying libraries. Various bits of trustedcoin were broken and have been fixed. Many plugin hooks can be removed. I have only started on this.
2015-12-31 11:36:33 +09:00
@staticmethod
def pin_matrix_widget_class():
from trezorlib.qt.pinmatrix import PinMatrixWidget
return PinMatrixWidget
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 646ms Template: 20ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API