mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
f4ee893424
commit
f5fe6839c7
4 changed files with 151 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue