Ejemplo n.º 1
0
 def update(self):
     wallet.scan()
     self.currentPage.update()
Ejemplo n.º 2
0
 def updateButtonClicked(self):
     wallet.scan()
     self.update()
Ejemplo n.º 3
0
 def update(self):
     wallet.scan()
     self.currentPage.update()
Ejemplo n.º 4
0
 def rescanAction(self):
     wallet.scan()
     self.currentPage.update()