From d398fc7e9ec5bf6a8734bd0afb0224d01a8fa707 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Thu, 1 Dec 2016 03:01:43 +0100 Subject: [PATCH] refs #820, tab order in test UI --- src/blackcore/aircraftmatcher.cpp | 4 +- .../components/modelmatchercomponent.ui | 51 ++++++++++--------- 2 files changed, 28 insertions(+), 27 deletions(-) diff --git a/src/blackcore/aircraftmatcher.cpp b/src/blackcore/aircraftmatcher.cpp index b824cb3e3..b87f82804 100644 --- a/src/blackcore/aircraftmatcher.cpp +++ b/src/blackcore/aircraftmatcher.cpp @@ -436,11 +436,11 @@ namespace BlackCore { if (model.hasModelString()) { - CMatchingUtils::addLogDetailsToList(log, remoteAircraft, "Found exact match for " + model.getModelString()); + CMatchingUtils::addLogDetailsToList(log, remoteAircraft, QString("Found exact match for '%1'").arg(model.getModelString())); } else { - CMatchingUtils::addLogDetailsToList(log, remoteAircraft, "No exact match for " + model.getModelString()); + CMatchingUtils::addLogDetailsToList(log, remoteAircraft, QString("No exact match for '%1'").arg(remoteAircraft.getModelString())); } } model.setModelType(CAircraftModel::TypeModelMatching); diff --git a/src/blackgui/components/modelmatchercomponent.ui b/src/blackgui/components/modelmatchercomponent.ui index a510c4468..461d9d041 100644 --- a/src/blackgui/components/modelmatchercomponent.ui +++ b/src/blackgui/components/modelmatchercomponent.ui @@ -34,21 +34,15 @@ - - QFrame::StyledPanel - - - QFrame::Raised + + Qt::StrongFocus - - QFrame::StyledPanel - - - QFrame::Raised + + Qt::StrongFocus @@ -60,11 +54,8 @@ 0 - - QFrame::StyledPanel - - - QFrame::Raised + + Qt::StrongFocus @@ -102,11 +93,8 @@ - - QFrame::StyledPanel - - - QFrame::Raised + + Qt::StrongFocus @@ -118,11 +106,8 @@ 0 - - QFrame::StyledPanel - - - QFrame::Raised + + Qt::StrongFocus @@ -314,6 +299,22 @@
blackgui/views/statusmessageview.h
+ + comp_SimulatorSelector + le_ModelSetCount + comp_AircraftSelector + comp_AirlineSelector + comp_CombinedCode + comp_LiverySelector + le_Manufacturer + le_Callsign + le_ModelString + pb_ReverseLookup + pb_ModelMatching + cb_withReverseLookup + te_Results + tvp_ResultMessages +