multi select and removal. Slides aren't perfect yet.

This commit is contained in:
Chris Cochrun 2023-01-24 15:29:56 -06:00
parent 4bf1790708
commit 7a8c7cc389
7 changed files with 77 additions and 3 deletions

View file

@ -155,6 +155,10 @@ int main(int argc, char *argv[])
SIGNAL(rowMoved(const int&, const int&, const ServiceItem&)),
slideModel.get(),
SLOT(moveRowFromService(const int&, const int&, const ServiceItem&)));
QObject::connect(serviceItemModel.get(),
SIGNAL(rowRemoved(const int&, const ServiceItem&)),
slideModel.get(),
SLOT(removeServiceItem(const int&, const ServiceItem&)));
bool loading = serviceItemModel.get()->loadLastSaved();