Searched refs:ChoicesLayout (Results 1 – 4 of 4) sorted by relevance
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/ |
H A D | installwizard.py | 28 from .util import (MessageBoxMixin, Buttons, icon_path, ChoicesLayout, WWLabel, 613 clayout = ChoicesLayout(message, c_titles) 622 clayout = ChoicesLayout(msg, choices) 664 clayout = ChoicesLayout(message1, c_titles, on_choice_click, 740 clayout = ChoicesLayout(message, choices)
|
H A D | seed_dialog.py | 41 ChoicesLayout) 114 … clayout = ChoicesLayout(_('Seed type'), titles, on_clicked=f, checked_index=checked_index)
|
H A D | main_window.py | 91 WindowModalDialog, ChoicesLayout, HelpLabel, Buttons, 1901 clayout = ChoicesLayout(msg, choices) 2523 labels_clayout = ChoicesLayout(_("Select keystore"), labels, on_click)
|
H A D | util.py | 390 class ChoicesLayout(object): class
|