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