1
0

hide address and history toolbars, move functions back into menu.

This commit is contained in:
ThomasV
2018-02-24 17:34:08 +01:00
parent 52d41a4339
commit 26e966c3e0
4 changed files with 73 additions and 59 deletions

View File

@@ -49,7 +49,7 @@ class AddressList(MyTreeWidget):
for t in [_('All'), _('Unused'), _('Funded'), _('Used')]:
self.used_button.addItem(t)
def get_list_header(self):
def create_toolbar_buttons(self):
return QLabel(_("Filter:")), self.change_button, self.used_button
def refresh_headers(self):