SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
5 changed files with
11 additions and
11 deletions
-
electrum/plugins/hw_wallet/qt.py
-
electrum/plugins/keepkey/qt.py
-
electrum/plugins/ledger/auth2fa.py
-
electrum/plugins/safe_t/qt.py
-
electrum/plugins/trezor/qt.py
|
|
@ -26,7 +26,7 @@ |
|
|
|
|
|
|
|
import threading |
|
|
|
|
|
|
|
from PyQt5.Qt import QVBoxLayout, QLabel |
|
|
|
from PyQt5.QtWidgets import QVBoxLayout, QLabel |
|
|
|
|
|
|
|
from electrum.gui.qt.password_dialog import PasswordLayout, PW_PASSPHRASE |
|
|
|
from electrum.gui.qt.util import * |
|
|
|
|
|
@ -1,9 +1,9 @@ |
|
|
|
from functools import partial |
|
|
|
import threading |
|
|
|
|
|
|
|
from PyQt5.Qt import Qt |
|
|
|
from PyQt5.Qt import QGridLayout, QInputDialog, QPushButton |
|
|
|
from PyQt5.Qt import QVBoxLayout, QLabel |
|
|
|
from PyQt5.QtCore import Qt |
|
|
|
from PyQt5.QtWidgets import QGridLayout, QInputDialog, QPushButton |
|
|
|
from PyQt5.QtWidgets import QVBoxLayout, QLabel |
|
|
|
|
|
|
|
from electrum.gui.qt.util import * |
|
|
|
from electrum.i18n import _ |
|
|
|
|
|
@ -7,7 +7,7 @@ from binascii import hexlify, unhexlify |
|
|
|
|
|
|
|
import websocket |
|
|
|
|
|
|
|
from PyQt5.Qt import QDialog, QLineEdit, QTextEdit, QVBoxLayout, QLabel |
|
|
|
from PyQt5.QtWidgets import QDialog, QLineEdit, QTextEdit, QVBoxLayout, QLabel |
|
|
|
import PyQt5.QtCore as QtCore |
|
|
|
from PyQt5.QtWidgets import * |
|
|
|
|
|
|
|
|
|
@ -1,9 +1,9 @@ |
|
|
|
from functools import partial |
|
|
|
import threading |
|
|
|
|
|
|
|
from PyQt5.Qt import Qt |
|
|
|
from PyQt5.Qt import QGridLayout, QInputDialog, QPushButton |
|
|
|
from PyQt5.Qt import QVBoxLayout, QLabel |
|
|
|
from PyQt5.QtCore import Qt |
|
|
|
from PyQt5.QtWidgets import QGridLayout, QInputDialog, QPushButton |
|
|
|
from PyQt5.QtWidgets import QVBoxLayout, QLabel |
|
|
|
|
|
|
|
from electrum.gui.qt.util import * |
|
|
|
from electrum.i18n import _ |
|
|
|
|
|
@ -1,9 +1,9 @@ |
|
|
|
from functools import partial |
|
|
|
import threading |
|
|
|
|
|
|
|
from PyQt5.Qt import Qt |
|
|
|
from PyQt5.Qt import QGridLayout, QInputDialog, QPushButton |
|
|
|
from PyQt5.Qt import QVBoxLayout, QLabel |
|
|
|
from PyQt5.QtCore import Qt |
|
|
|
from PyQt5.QtWidgets import QGridLayout, QInputDialog, QPushButton |
|
|
|
from PyQt5.QtWidgets import QVBoxLayout, QLabel |
|
|
|
|
|
|
|
from electrum.gui.qt.util import * |
|
|
|
from electrum.i18n import _ |
|
|
|