mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Created a new dialog - Edit DiveComputer
Created a new dialog, Edit Divecomputer, it will currently only lists the divecomputers that are used on the xml file. I used the same method that the gtk version used, but only 2 divecomputers got visualized in the dirk dive data. I'll assume that it's correct and will fix it in the next couple of commits. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
3677f4e5ea
commit
ebed836ee5
7 changed files with 216 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -49,6 +49,7 @@ HEADERS = \
|
|||
qt-ui/preferences.h \
|
||||
qt-ui/simplewidgets.h \
|
||||
qt-ui/subsurfacewebservices.h \
|
||||
qt-ui/divecomputermanagementdialog.h \
|
||||
|
||||
|
||||
SOURCES = \
|
||||
|
@ -82,6 +83,7 @@ SOURCES = \
|
|||
qt-ui/preferences.cpp \
|
||||
qt-ui/simplewidgets.cpp \
|
||||
qt-ui/subsurfacewebservices.cpp \
|
||||
qt-ui/divecomputermanagementdialog.cpp \
|
||||
$(RESFILE)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue