PDA

View Full Version : Why a Widget extending TableView has not any edit trigger activated?



tonnot
28th April 2011, 12:20
I have a Widget extending TableView,
Ok, I have to define the edittriggers because there is nothing active.
I have not declared any behavior, neither reimplemented functions.

However, a simple TableView dropped onto myform has all edit triggers activated.
I dont understand why is the reason becasue 'mytable' (my widget extendin tableview) has no edit triggers ?
Any Idea ? Thanks

wysota
28th April 2011, 12:44
How should we know? Ask the widget author! Oh... you are the widget author - so you should know, ask yourself. We don't have access to your code.

tonnot
28th April 2011, 14:48
Excuse me, I had making tests with a custom model, a custom table, a standard model, etc.
I dont know where is the problem, now it is solved. Maybe it is thanks to a qtcreator 'reset' (close and reopen) and /or clean.
Excuse me again.