From d72c69db7a49fc20ea7618deaac4b125614afb12 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 12 Nov 2013 11:12:43 +0900 Subject: Add depth colum to cylinder model To make the planner work this adds a new column to the Cylinder widget (depth - for the depth at which we want to change to a certain gas during deco). This also tries to hide that column in the equipment view and hide the start/end pressure columns in the planner view. Oddly that fails :-( Signed-off-by: Dirk Hohndel --- qt-ui/tableview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui/tableview.cpp') diff --git a/qt-ui/tableview.cpp b/qt-ui/tableview.cpp index d9731b477..c3aed1f18 100644 --- a/qt-ui/tableview.cpp +++ b/qt-ui/tableview.cpp @@ -7,7 +7,7 @@ #include #include -TableView::TableView(QWidget *parent) : QWidget(parent) +TableView::TableView(QWidget *parent) : QTableView(parent) { ui.setupUi(this); QFile cssFile(":table-css"); -- cgit v1.2.3-70-g09d2