MCPcopy
hub / github.com/vnpy/vnpy / init_ui

Method init_ui

vnpy/trader/ui/widget.py:593–600  ·  view source on GitHub ↗

Connect signal.

(self)

Source from the content-addressed store, hash-verified

591 }
592
593 def init_ui(self) -> None:
594 """
595 Connect signal.
596 """
597 super().init_ui()
598
599 self.setToolTip(_("双击单元格撤销报价"))
600 self.itemDoubleClicked.connect(self.cancel_quote)
601
602 def cancel_quote(self, cell: BaseCell) -> None:
603 """

Callers

nothing calls this directly

Calls 2

init_uiMethod · 0.45
connectMethod · 0.45

Tested by

no test coverage detected