From 478c24d79795b34efb42c1ac29abd8fa777b9c90 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 7 Jun 2013 14:59:06 -0300 Subject: Removed the buttons on the Edit Dive computers. This edit dive computers thing doesn't really need buttons anyway. Signed-off-by: Tomaz Canabrava --- qt-ui/divecomputermanagementdialog.ui | 45 +---------------------------------- qt-ui/models.cpp | 2 ++ 2 files changed, 3 insertions(+), 44 deletions(-) (limited to 'qt-ui') diff --git a/qt-ui/divecomputermanagementdialog.ui b/qt-ui/divecomputermanagementdialog.ui index abda9f5ce..6685e842e 100644 --- a/qt-ui/divecomputermanagementdialog.ui +++ b/qt-ui/divecomputermanagementdialog.ui @@ -17,51 +17,8 @@ - - - - Qt::Horizontal - - - QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - - - - - buttonBox - accepted() - DiveComputerManagementDialog - accept() - - - 248 - 254 - - - 157 - 274 - - - - - buttonBox - rejected() - DiveComputerManagementDialog - reject() - - - 316 - 260 - - - 286 - 274 - - - - + diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp index 787dbd8cf..6cb1fa079 100644 --- a/qt-ui/models.cpp +++ b/qt-ui/models.cpp @@ -1198,10 +1198,12 @@ Qt::ItemFlags DiveComputerModel::flags(const QModelIndex& index) const bool DiveComputerModel::setData(const QModelIndex& index, const QVariant& value, int role) { struct device_info *nnl = head_of_device_info_list(); + for(int i = 0; i < index.row(); i++){ nnl = nnl->next; } QByteArray v = value.toByteArray(); nnl->nickname = strdup(v.data()); // how should I free this before setting a new one? + // set_dc_nickname(dive); -> should this be used instead? } -- cgit v1.2.3-70-g09d2