mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
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:
parent
0fe2869799
commit
57fe9f0508
@ -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>
|
||||
|
16
logqso.ui
16
logqso.ui
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
//-------------------------------------------------------------- MainWindow
|
||||
//------------------------------------------------------------- MainWindow
|
||||
#include "mainwindow.h"
|
||||
#include "ui_mainwindow.h"
|
||||
#include "devsetup.h"
|
||||
|
Loading…
Reference in New Issue
Block a user