From 57fe9f050889b20a23a086f225aa46f2e1a1aae5 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 6 Jun 2013 17:46:27 +0000 Subject: [PATCH] Clean up the Tab order on LogQSO and Setup screens. Please note: features added today need more testing that I have yet given them! git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3345 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- devsetup.ui | 3 +++ logqso.ui | 16 ++++++++++++++++ mainwindow.cpp | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/devsetup.ui b/devsetup.ui index d102e49db..4f79c3890 100644 --- a/devsetup.ui +++ b/devsetup.ui @@ -2448,7 +2448,10 @@ myGridEntry pttMethodComboBox pttComboBox + cbPSKReporter + cbID73 idIntSpinBox + pskReporterAntenna cbEnableCAT rigComboBox catPortComboBox diff --git a/logqso.ui b/logqso.ui index 58b10b4ee..a9c6fe902 100644 --- a/logqso.ui +++ b/logqso.ui @@ -705,6 +705,22 @@ + + call + date + time + mode + band + sent + rcvd + grid + name + txPower + cbTxPower + comments + cbComments + buttonBox + diff --git a/mainwindow.cpp b/mainwindow.cpp index eb1abc915..6ce647246 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//-------------------------------------------------------------- MainWindow +//------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"