From bb592028120ac1ccc41b663f2dd706cf65378776 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Wed, 28 Aug 2013 07:48:46 -0300 Subject: 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 --- qt-ui/diveplanner.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qt-ui/diveplanner.h') diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index 3cb3c7014..719aca853 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -183,6 +183,7 @@ private: class DivePlannerWidget : public QWidget { Q_OBJECT + void initialUiSetup(); public: explicit DivePlannerWidget(QWidget* parent = 0, Qt::WindowFlags f = 0); @@ -194,7 +195,8 @@ public slots: void gflowChanged(const QString& gflow); void gfhighChanged(const QString& gfhigh); void lastStopChanged(bool checked); - +protected: + virtual void hideEvent(QHideEvent* ); private: Ui::DivePlanner *ui; }; -- cgit v1.2.3-70-g09d2