|
|
|
|
|
insertColumnDelegate(self,
column,
delegate)
Inserts a custom column delegate |
source code
|
|
|
|
|
|
|
removeColumnDelegate(self,
column)
Removes custom column delegate |
source code
|
|
|
paint(self,
painter,
option,
index)
Use a custom delegate paint method if it exists |
source code
|
|
|
createEditor(self,
parent,
option,
index)
Use a custom delegate createEditor method if it exists |
source code
|
|
|
setEditorData(self,
editor,
index)
Use a custom delegate setEditorData method if it exists |
source code
|
|
|
setModelData(self,
editor,
model,
index)
Use a custom delegate setModelData method if it exists |
source code
|
|
|
|