Exemple #1
0
 def update(self):
     wallet.scan()
     self.currentPage.update()
Exemple #2
0
 def updateButtonClicked(self):
     wallet.scan()
     self.update()
Exemple #3
0
 def update(self):
     wallet.scan()
     self.currentPage.update()
Exemple #4
0
 def rescanAction(self):
     wallet.scan()
     self.currentPage.update()