コード例 #1
0
 def delete_wallet(self):
     from uix.dialogs.question import Question
     basename = os.path.basename(self.wallet.storage.path)
     d = Question(
         _('Delete wallet?') + '\n' + basename, self._delete_wallet)
     d.open()
コード例 #2
0
ファイル: main_window.py プロジェクト: samedjukic/electrum
 def delete_wallet(self):
     from uix.dialogs.question import Question
     basename = os.path.basename(self.wallet.storage.path)
     d = Question(_('Delete wallet?') + '\n' + basename, self._delete_wallet)
     d.open()