mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
ui: create a RoundRectItem class
Factor out code from ProfileWidget's ToolTipItem, but make the radius of the corners dynamic. Move into backend-shared, though a new ui-shared might be preferred. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
9759d5b21a
commit
b188560ae5
6 changed files with 40 additions and 15 deletions
|
@ -126,6 +126,7 @@ SOURCES += subsurface-mobile-main.cpp \
|
|||
core/subsurface-qt/divelistnotifier.cpp \
|
||||
backend-shared/exportfuncs.cpp \
|
||||
backend-shared/plannershared.cpp \
|
||||
backend-shared/roundrectitem.cpp \
|
||||
mobile-widgets/qmlinterface.cpp \
|
||||
mobile-widgets/qmlmanager.cpp \
|
||||
mobile-widgets/themeinterface.cpp \
|
||||
|
@ -260,6 +261,7 @@ HEADERS += \
|
|||
core/subsurface-qt/divelistnotifier.h \
|
||||
backend-shared/exportfuncs.h \
|
||||
backend-shared/plannershared.h \
|
||||
backend-shared/roundrectitem.h \
|
||||
mobile-widgets/qmlinterface.h \
|
||||
mobile-widgets/qmlmanager.h \
|
||||
mobile-widgets/themeinterface.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue