Abdelrazak Younes wrote:
Here are my comments Edwin...
First I think the LIconview name is not correct. Maybe
InsertTableWidget? In any case, please drop the 'L' as we are already in
lyx namespace.
Second, the file name should be the same as the class including the
case. So that would be InsertTableWidget.[Ch]
agree, will do...
I have to admit I don't like the special code below. Did you try to use
the Controller framework instead?
i must admit i didn't. having a controller for calling a function seems
a bit overkill to me, that's why i didn't bother. i guess it can be
handled through qlaction
...
about what is presently holding me up: you don't know how to catch a
mouse click outside the widget either?
thanks, edwin