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

Method initGrid

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

Source from the content-addressed store, hash-verified

119 self.ui.ganttView.leftView().setItemDelegate(delegate)
120
121 def initGrid(self):
122 self.grid = DateTimeGrid()
123 self.grid.setDayWidth(self.dayWidth)
124 self.ui.ganttView.setGrid(self.grid)
125
126 def showContextMenu(self, pos):
127 if not self.ui.ganttView.leftView().indexAt(pos).isValid():

Callers 1

__init__Method · 0.95

Calls 3

setDayWidthMethod · 0.80
DateTimeGridClass · 0.50
setGridMethod · 0.45

Tested by

no test coverage detected