add hook for transaction_dialog
This commit is contained in:
@@ -72,7 +72,7 @@ class TxDialog(QDialog):
|
|||||||
|
|
||||||
vbox.addStretch(1)
|
vbox.addStretch(1)
|
||||||
|
|
||||||
buttons = QHBoxLayout()
|
self.buttons = buttons = QHBoxLayout()
|
||||||
vbox.addLayout( buttons )
|
vbox.addLayout( buttons )
|
||||||
|
|
||||||
buttons.addStretch(1)
|
buttons.addStretch(1)
|
||||||
@@ -101,6 +101,8 @@ class TxDialog(QDialog):
|
|||||||
buttons.insertWidget(1,b)
|
buttons.insertWidget(1,b)
|
||||||
self.update()
|
self.update()
|
||||||
|
|
||||||
|
run_hook('transaction_dialog', self)
|
||||||
|
|
||||||
|
|
||||||
def show_qr(self):
|
def show_qr(self):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user