Open icefo opened 9 years ago
The whole GUI needs to be rewritten using a Model / View approach. The current implantation is a mess and this improvement is needed to solve other issues like the impossibility to edit records.
The StatusWidget use a Model/View approach since commit 0601e7bb758766982a5c1734a6c3c177cdacc874 The rest of the Gui will probably stay item-based until I have too much time on my hands because it would take way too long to convert it properly. So this issue and the MVC_conv branch will stay open
The current way works, this one is just the correct way to do it: update the QtableView's model and let QT update the QTableView.