示例#1
0
 def update(self):
     wallet.scan()
     self.currentPage.update()
示例#2
0
 def updateButtonClicked(self):
     wallet.scan()
     self.update()
示例#3
0
 def update(self):
     wallet.scan()
     self.currentPage.update()
示例#4
0
文件: qtui.py 项目: kazcw/NGCCCBase
 def rescanAction(self):
     wallet.scan()
     self.currentPage.update()