desktop: add trip selection dialog

A simple dialog to select a trip. Simply fill a QListWidget without
the model/view rigmarole. So much less painful! Of course that means
that the dialog has to be regenerated everytime it is used.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-09-29 23:19:11 +02:00 committed by Dirk Hohndel
parent f4ee893424
commit f5fe6839c7
4 changed files with 151 additions and 0 deletions

View file

@ -43,6 +43,7 @@ set (SUBSURFACE_UI
shifttimes.ui
tableview.ui
templateedit.ui
tripselectiodialog.ui
urldialog.ui
webservices.ui
tab-widgets/maintab.ui
@ -130,6 +131,8 @@ set(SUBSURFACE_INTERFACE
tagwidget.h
textedit.cpp
textedit.h
tripselectiondialog.cpp
tripselectiondialog.h
updatemanager.cpp
updatemanager.h
)