MCPcopy Index your code
hub / github.com/QuantFans/quantdigger / createStatusBar

Method createStatusBar

quantdigger/demo/pyquant.py:92–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90 self.fileToolBar.addAction(self.quitAct)
91
92 def createStatusBar(self):
93 self.statusBar().showMessage("Ready")
94
95 def createDockWindows(self):
96 # Ipython终端栏

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected