Feature #1138
openWInteractWidget for table rows etc.
0%
Description
Hi,
WTableRow (and others) is descendand direct from WObject.
It would be great if it can inherit form WInteractWidget.
I don't know if it is possible to inherit methods from WinteractWidget to widgets such as WTableRow, but I would like to connect signal from mouse moving over the row.
regards,
Jan.
Updated by Koen Deforche about 13 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
Hey,
I've had to look it up, but indeed, you can catch at least a number of events on a
.
We should then either make it a WInteractWidget (although I'm not sure if that would open pandora's box), or at least provide these event signals.
Regards,
koen
Updated by Jan Hrubeš about 13 years ago
Hi Koen,
I think using
may be restricting, because there is no tag for column. WTableRow (column etc.) should propagate connection signal-slot to children (WTableCell) widget, which inherits from WInteractWidget.
regards,
Jan