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

Method initItemDelegate

python/examples/apireview/mainwindow.py:117–119  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

115 # self.enableActions(QItemSelection())
116
117 def initItemDelegate(self):
118 delegate = EntryDelegate(self.constraintModel, self)
119 self.ui.ganttView.leftView().setItemDelegate(delegate)
120
121 def initGrid(self):
122 self.grid = DateTimeGrid()

Callers 1

__init__Method · 0.95

Calls 3

EntryDelegateClass · 0.90
leftViewMethod · 0.80
setItemDelegateMethod · 0.45

Tested by

no test coverage detected