I noticed that in _qpanel_list.tpl, the generated class is named XXXXListPanel while i was expecting XXXXListPanelBase, as it was in previous versions of qcodo.
I also noticed that in the comments at line 11 there is:
must create a new QPanel which extends this <%= $objTable->ClassName %>ListPanelBase
In the previous version I used to use, code generation gave me a ListPanelBase class and a ListPanel which was a draft, meant to be modified.
Is this a “change of direction” or simply an error?
Thank you
Luca