mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 21:20:19 +00:00
bb59202812
Made the tableviews share a bit of code, and code cleanup. The tableviews for Cylinders, Weigth and Dive Planner Points now shares the CSS and I also implemented the save / load methods for the dive planner points, so the functionality is mostly done on the vieualization side. - since we are now using three tables maybe it's a better idea to create one class SubSurfaceTable that knows how to handle saving / loading of the columns... TODO for the future. ;) Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
15 lines
601 B
Text
15 lines
601 B
Text
<!DOCTYPE RCC><RCC version="1.0">
|
|
<qresource>
|
|
<file alias="star">icons/star.svg</file>
|
|
<file alias="subsurface-icon">icons/subsurface-icon.png</file>
|
|
<file alias="plus">icons/plus.png</file>
|
|
<file alias="trash">icons/trash.png</file>
|
|
<file alias="units">icons/units.png</file>
|
|
<file alias="advanced">icons/advanced.png</file>
|
|
<file alias="graph">icons/graph.png</file>
|
|
<file alias="minimum">icons/minimum.svg</file>
|
|
<file alias="maximum">icons/maximum.svg</file>
|
|
<file alias="average">icons/average.svg</file>
|
|
<file alias="table-css">qt-ui/css/tableviews.css</file>
|
|
</qresource>
|
|
</RCC>
|