def showMessage(self, msg, msg2, msg3):
"""Open a message box and display the specified message."""
self.sendTimeStepFromSankey.emit(int(msg),int(msg2),int(msg3))
@QtCore.Slot(str,str,str,str)
def brushTimesteps(self, Start, End, StartSliceNoGlobal, EndSliceNoGlobal):
print Start, End, StartSliceNoGlobal, EndSliceNoGlobal
评论列表
文章目录