1
0

qt: (refactor) split "receive tab" out from main_window.py

This commit is contained in:
SomberNight
2022-07-01 16:03:28 +02:00
parent 798df1fd53
commit 5b29e6d4f5
7 changed files with 485 additions and 447 deletions

View File

@@ -115,6 +115,8 @@ class SendTab(QWidget, MessageBoxMixin, Logger):
self.amount_e.frozen.connect(
lambda: self.fiat_send_e.setFrozen(self.amount_e.isReadOnly()))
self.window.connect_fields(self.amount_e, self.fiat_send_e)
self.max_button = EnterButton(_("Max"), self.spend_max)
self.max_button.setFixedWidth(100)
self.max_button.setCheckable(True)