|
@ -23,12 +23,10 @@ |
|
|
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
|
|
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
|
|
# SOFTWARE. |
|
|
# SOFTWARE. |
|
|
|
|
|
|
|
|
import socket |
|
|
from PyQt5.QtGui import QStandardItemModel, QStandardItem |
|
|
|
|
|
from PyQt5.QtCore import Qt |
|
|
from PyQt5.QtGui import * |
|
|
from PyQt5.QtWidgets import (QDialog, QWidget, QLabel, QVBoxLayout, QCheckBox, |
|
|
from PyQt5.QtCore import * |
|
|
QGridLayout, QPushButton, QLineEdit, QTabWidget) |
|
|
from PyQt5.QtWidgets import * |
|
|
|
|
|
import PyQt5.QtCore as QtCore |
|
|
|
|
|
|
|
|
|
|
|
from electrum.i18n import _ |
|
|
from electrum.i18n import _ |
|
|
from .util import HelpLabel, MyTreeView, Buttons |
|
|
from .util import HelpLabel, MyTreeView, Buttons |
|
|