MCPcopy Create free account
hub / github.com/KDAB/KDChart / __init__

Method __init__

python/examples/apireview/entrydelegate.py:23–26  ·  view source on GitHub ↗
(self, constraintModel, parent=None)

Source from the content-addressed store, hash-verified

21
22class EntryDelegate(QItemDelegate):
23 def __init__(self, constraintModel, parent=None):
24 super().__init__(parent)
25
26 self.constraintModel = constraintModel
27
28 def editorEvent(self, event, model, option, index):
29 if event.type() != QEvent.MouseButtonDblClick:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected