fixes for pointofsale

This commit is contained in:
ecdsa 2013-03-04 17:19:32 +01:00
parent a25f570354
commit 123b1b10e5
1 changed files with 2 additions and 1 deletions

View File

@ -30,10 +30,11 @@ class QR_Window(QWidget):
self.setWindowTitle('Electrum - '+_('Invoice'))
self.setMinimumSize(800, 250)
self.address = ''
self.labe = ''
self.label = ''
self.amount = 0
self.setFocusPolicy(QtCore.Qt.NoFocus)
self.merchant_name = config.get('merchant_name', 'Invoice')
main_box = QHBoxLayout()
self.qrw = QRCodeWidget()