fixes for pointofsale
This commit is contained in:
@@ -30,10 +30,11 @@ class QR_Window(QWidget):
|
|||||||
self.setWindowTitle('Electrum - '+_('Invoice'))
|
self.setWindowTitle('Electrum - '+_('Invoice'))
|
||||||
self.setMinimumSize(800, 250)
|
self.setMinimumSize(800, 250)
|
||||||
self.address = ''
|
self.address = ''
|
||||||
self.labe = ''
|
self.label = ''
|
||||||
self.amount = 0
|
self.amount = 0
|
||||||
self.setFocusPolicy(QtCore.Qt.NoFocus)
|
self.setFocusPolicy(QtCore.Qt.NoFocus)
|
||||||
|
|
||||||
|
self.merchant_name = config.get('merchant_name', 'Invoice')
|
||||||
main_box = QHBoxLayout()
|
main_box = QHBoxLayout()
|
||||||
|
|
||||||
self.qrw = QRCodeWidget()
|
self.qrw = QRCodeWidget()
|
||||||
|
|||||||
Reference in New Issue
Block a user