MCPcopy Create free account
hub / github.com/PyQt5/PyQtClient / on_buttonBackToUp_clicked

Method on_buttonBackToUp_clicked

Widgets/MainWindowBase.py:294–297  ·  view source on GitHub ↗

点击返回按钮

(self)

Source from the content-addressed store, hash-verified

292
293 @pyqtSlot()
294 def on_buttonBackToUp_clicked(self):
295 """点击返回按钮
296 """
297 self._runJs('backToUp();')
298
299 @pyqtSlot()
300 def on_buttonHome_clicked(self):

Callers

nothing calls this directly

Calls 1

_runJsMethod · 0.80

Tested by

no test coverage detected