vvim / BT_deelnemers

First try out for the Buurtijd software project
0 stars 0 forks source link

selecting certain participants: model/view or QSqlQuery ? #13

Open vvim opened 7 years ago

vvim commented 7 years ago

See fc027f18805513bbdd3bd29233757a51c9e853de , line 1270 of buurtijd_deelnemers.cpp

See https://codereview.stackexchange.com/questions/160755/setfilter-or-just-query

How can I select the participants without an email address? Should I use the Model/View approach (with a SortFilterProxyModel ?), or is it okay to use this straightforward QSqlQuery ?

What if, in the future, the users first want to see a QTableView of the participants, before writing it to a CSV-file?