icefo / pcnum

School project -- Creation of a semi-automated vhs digitaliser
2 stars 1 forks source link

Use a Model/view approach instead of an item-based approach for the GUI #11

Open icefo opened 9 years ago

icefo commented 9 years ago

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.

icefo commented 8 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.

icefo commented 8 years ago

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