setframe
This commit is contained in:
parent
1cd3776e8f
commit
1a35ed3573
@ -51,6 +51,10 @@ class PayToEdit(QTextEdit):
|
|||||||
e.setFrame(True)
|
e.setFrame(True)
|
||||||
|
|
||||||
|
|
||||||
|
def setFrame(self, b):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
def parse_address_and_amount(self, line):
|
def parse_address_and_amount(self, line):
|
||||||
x, y = line.split(',')
|
x, y = line.split(',')
|
||||||
address = self.parse_address(x)
|
address = self.parse_address(x)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user