MCPcopy Create free account
hub / github.com/DIMFLIX/Spectrum-Security / onTrayIconActivated

Method onTrayIconActivated

main.py:749–751  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

747 self.activated.connect(self.onTrayIconActivated)
748
749 def onTrayIconActivated(self, event):
750 if event == self.Trigger: # при одиночном клике ЛЕВОЙ КНОПКОЙ МЫШИ - показывает МЕНЮ
751 self.contextMenu().exec_(QtGui.QCursor.pos()) # показывает меню в текущей позиции мыши
752
753
754

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected