From cd9b2ffedb2a2b2fa5c87f4168e09cf90e62b35f Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Mon, 25 Apr 2016 18:20:41 +0200 Subject: [PATCH] refs #640, order of tabs in main window (mapping now before DB data) --- .../components/datamaininfoareacomponent.h | 4 +- .../components/datamaininfoareacomponent.ui | 138 +++++++++--------- 2 files changed, 71 insertions(+), 71 deletions(-) diff --git a/src/blackgui/components/datamaininfoareacomponent.h b/src/blackgui/components/datamaininfoareacomponent.h index f047988e6..d33d49881 100644 --- a/src/blackgui/components/datamaininfoareacomponent.h +++ b/src/blackgui/components/datamaininfoareacomponent.h @@ -40,8 +40,8 @@ namespace BlackGui enum InfoArea { // index must match tab index! - InfoAreaData = 0, - InfoAreaMapping = 1, + InfoAreaMapping = 0, + InfoAreaData = 1, InfoAreaSettings = 2, InfoAreaLog = 3, InfoAreaNone = -1 diff --git a/src/blackgui/components/datamaininfoareacomponent.ui b/src/blackgui/components/datamaininfoareacomponent.ui index e574bafb7..50355119f 100644 --- a/src/blackgui/components/datamaininfoareacomponent.ui +++ b/src/blackgui/components/datamaininfoareacomponent.ui @@ -33,75 +33,6 @@ - - - - 0 - 0 - - - - Qt::TopDockWidgetArea - - - Database data - - - 4 - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - QFrame::NoFrame - - - QFrame::Plain - - - 0 - - - - 0 - - - 0 - - - 2 - - - 0 - - - 0 - - - - - - - - - - false @@ -172,6 +103,75 @@ + + + + 0 + 0 + + + + Qt::TopDockWidgetArea + + + Database data + + + 4 + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + QFrame::NoFrame + + + QFrame::Plain + + + 0 + + + + 0 + + + 0 + + + 2 + + + 0 + + + 0 + + + + + + + + + + Qt::TopDockWidgetArea