mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
parent
ccec45a564
commit
bd1f7b539e
5 changed files with 11 additions and 11 deletions
|
@ -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 _
|
||||
|
|
Loading…
Add table
Reference in a new issue