summaryrefslogtreecommitdiffstats
path: root/subsurface.qrc
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-08-28 07:48:46 -0300
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-08-28 07:48:46 -0300
commitbb592028120ac1ccc41b663f2dd706cf65378776 (patch)
tree430efceb408a9b650d522896ea8a2aa64020cdde /subsurface.qrc
parentcfd17116ebe24ab547a9d375c6c47a260d6d8294 (diff)
downloadsubsurface-bb592028120ac1ccc41b663f2dd706cf65378776.tar.gz
Made the TableViews share a bit of code, code cleanup.
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>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r--subsurface.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.qrc b/subsurface.qrc
index e94505cea..cf7864b27 100644
--- a/subsurface.qrc
+++ b/subsurface.qrc
@@ -10,5 +10,6 @@
<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>