This class represents a wrapper to the table widget It allows to
implement a list view
|
|
__init__(self,
label="",
defaultValue="",
plusFunction=None,
minusFunction=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| tableWidgetCellChanged(self,
nextRow,
nextCol,
previousRow,
previousCol) |
source code
|
|
|
|
| tableWidgetItemChanged(self,
current,
previous) |
source code
|
|
|
|
|
|
|
|
|
|
| currentCellChanged(self,
nextRow,
nextCol,
previousRow,
previousCol) |
source code
|
|
|
|
| currentItemChanged(self,
current,
previous) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
value(self,
value)
This property return and set what the control should manage or store. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from ControlBase.ControlBase:
aboutToShowContextMenuEvent,
addPopupMenuOption,
addPopupSubMenuOption,
changed,
enabled,
help,
hide,
load,
name,
parent,
save,
show
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|