@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
import threading
|
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.password_dialog import PasswordLayout, PW_PASSPHRASE
|
||||||
from electrum.gui.qt.util import *
|
from electrum.gui.qt.util import *
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
from functools import partial
|
from functools import partial
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
from PyQt5.Qt import Qt
|
from PyQt5.QtCore import Qt
|
||||||
from PyQt5.Qt import QGridLayout, QInputDialog, QPushButton
|
from PyQt5.QtWidgets import QGridLayout, QInputDialog, QPushButton
|
||||||
from PyQt5.Qt import QVBoxLayout, QLabel
|
from PyQt5.QtWidgets import QVBoxLayout, QLabel
|
||||||
|
|
||||||
from electrum.gui.qt.util import *
|
from electrum.gui.qt.util import *
|
||||||
from electrum.i18n import _
|
from electrum.i18n import _
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ from binascii import hexlify, unhexlify
|
|||||||
|
|
||||||
import websocket
|
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
|
import PyQt5.QtCore as QtCore
|
||||||
from PyQt5.QtWidgets import *
|
from PyQt5.QtWidgets import *
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
from functools import partial
|
from functools import partial
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
from PyQt5.Qt import Qt
|
from PyQt5.QtCore import Qt
|
||||||
from PyQt5.Qt import QGridLayout, QInputDialog, QPushButton
|
from PyQt5.QtWidgets import QGridLayout, QInputDialog, QPushButton
|
||||||
from PyQt5.Qt import QVBoxLayout, QLabel
|
from PyQt5.QtWidgets import QVBoxLayout, QLabel
|
||||||
|
|
||||||
from electrum.gui.qt.util import *
|
from electrum.gui.qt.util import *
|
||||||
from electrum.i18n import _
|
from electrum.i18n import _
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
from functools import partial
|
from functools import partial
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
from PyQt5.Qt import Qt
|
from PyQt5.QtCore import Qt
|
||||||
from PyQt5.Qt import QGridLayout, QInputDialog, QPushButton
|
from PyQt5.QtWidgets import QGridLayout, QInputDialog, QPushButton
|
||||||
from PyQt5.Qt import QVBoxLayout, QLabel
|
from PyQt5.QtWidgets import QVBoxLayout, QLabel
|
||||||
|
|
||||||
from electrum.gui.qt.util import *
|
from electrum.gui.qt.util import *
|
||||||
from electrum.i18n import _
|
from electrum.i18n import _
|
||||||
|
|||||||
Reference in New Issue
Block a user