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
This commit is contained in:
Joe Taylor 2013-06-06 17:46:27 +00:00
parent 0fe2869799
commit 57fe9f0508
3 changed files with 20 additions and 1 deletions

View File

@ -2448,7 +2448,10 @@
<tabstop>myGridEntry</tabstop>
<tabstop>pttMethodComboBox</tabstop>
<tabstop>pttComboBox</tabstop>
<tabstop>cbPSKReporter</tabstop>
<tabstop>cbID73</tabstop>
<tabstop>idIntSpinBox</tabstop>
<tabstop>pskReporterAntenna</tabstop>
<tabstop>cbEnableCAT</tabstop>
<tabstop>rigComboBox</tabstop>
<tabstop>catPortComboBox</tabstop>

View File

@ -705,6 +705,22 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>call</tabstop>
<tabstop>date</tabstop>
<tabstop>time</tabstop>
<tabstop>mode</tabstop>
<tabstop>band</tabstop>
<tabstop>sent</tabstop>
<tabstop>rcvd</tabstop>
<tabstop>grid</tabstop>
<tabstop>name</tabstop>
<tabstop>txPower</tabstop>
<tabstop>cbTxPower</tabstop>
<tabstop>comments</tabstop>
<tabstop>cbComments</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
<resources/>
<connections>
<connection>

View File

@ -1,4 +1,4 @@
//-------------------------------------------------------------- MainWindow
//------------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "devsetup.h"