From 3f55232ce9ca1634f35c384a7c2526907b2cf33b Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 25 Apr 2013 23:49:39 +0000 Subject: [PATCH] Fix the Tab ordering on pages 2 and 3 of the Setup screen. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3225 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- devsetup.ui | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ mainwindow.cpp | 2 +- 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/devsetup.ui b/devsetup.ui index 1ec6625ae..29729ccac 100644 --- a/devsetup.ui +++ b/devsetup.ui @@ -2410,6 +2410,58 @@ + + macro1 + macro2 + macro3 + macro4 + macro5 + macro6 + macro7 + macro8 + macro9 + macro10 + f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9 + f10 + f11 + f12 + f13 + f14 + f15 + f16 + myGridEntry + buttonBox + cbPSKReporter + idIntSpinBox + cbID73 + ioTabWidget + saveDirEntry + comboBoxSndOut + pttComboBox + myCallEntry + pttMethodComboBox + comboBoxSndIn + catPortComboBox + cbEnableCAT + rigComboBox + dataBitsComboBox + stopBitsComboBox + serialRateComboBox + testCATButton + handshakeComboBox + testPTTButton + cbDTRoff + rbData + rbMic + diff --git a/mainwindow.cpp b/mainwindow.cpp index a1d8fd090..71cee4148 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//-------------------------------------------------------------- MainWindow +//--------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"