From 8678e2d57c6e456952dc2d75857f60b0129ed0ff Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Thu, 27 Jun 2013 15:33:43 +0300 Subject: Better positioning of the plus sign icons in the Equip. tab There are a couple of problems with said icons: - When the Equip. tab is first seen, no relative event is monitored so that the correct position is updated and the icons are positioned. To solve that we connect the signal MainTab::currentChanged(int) and call MainTab::equipmentPlusUpdate(). - When the info-profile QSplitter resizes with a snap towards/from the edges of the main window, no resize handler is called such as MainTab::resizeEvent(). A solution is to monitor the resize of the info-profile splitter with MainWindow::on_infoProfileSplitter_splitterMoved() and again call MainTab::equipmentPlusUpdate() Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- qt-ui/mainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qt-ui/mainwindow.h') diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index bac74689d..4890cb2ef 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -88,6 +88,9 @@ private slots: void on_actionUserManual_triggered(); void on_actionDivePlanner_triggered(); + /* monitor resize of the info-profile splitter */ + void on_infoProfileSplitter_splitterMoved(int pos, int idx); + void current_dive_changed(int divenr); void initialUiSetup(); -- cgit v1.2.3-70-g09d2