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
This commit is contained in:
Joe Taylor 2013-04-25 23:49:39 +00:00
parent 2c269edcff
commit 5bd9dc9e8a
2 changed files with 53 additions and 1 deletions

View File

@ -2410,6 +2410,58 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>macro1</tabstop>
<tabstop>macro2</tabstop>
<tabstop>macro3</tabstop>
<tabstop>macro4</tabstop>
<tabstop>macro5</tabstop>
<tabstop>macro6</tabstop>
<tabstop>macro7</tabstop>
<tabstop>macro8</tabstop>
<tabstop>macro9</tabstop>
<tabstop>macro10</tabstop>
<tabstop>f1</tabstop>
<tabstop>f2</tabstop>
<tabstop>f3</tabstop>
<tabstop>f4</tabstop>
<tabstop>f5</tabstop>
<tabstop>f6</tabstop>
<tabstop>f7</tabstop>
<tabstop>f8</tabstop>
<tabstop>f9</tabstop>
<tabstop>f10</tabstop>
<tabstop>f11</tabstop>
<tabstop>f12</tabstop>
<tabstop>f13</tabstop>
<tabstop>f14</tabstop>
<tabstop>f15</tabstop>
<tabstop>f16</tabstop>
<tabstop>myGridEntry</tabstop>
<tabstop>buttonBox</tabstop>
<tabstop>cbPSKReporter</tabstop>
<tabstop>idIntSpinBox</tabstop>
<tabstop>cbID73</tabstop>
<tabstop>ioTabWidget</tabstop>
<tabstop>saveDirEntry</tabstop>
<tabstop>comboBoxSndOut</tabstop>
<tabstop>pttComboBox</tabstop>
<tabstop>myCallEntry</tabstop>
<tabstop>pttMethodComboBox</tabstop>
<tabstop>comboBoxSndIn</tabstop>
<tabstop>catPortComboBox</tabstop>
<tabstop>cbEnableCAT</tabstop>
<tabstop>rigComboBox</tabstop>
<tabstop>dataBitsComboBox</tabstop>
<tabstop>stopBitsComboBox</tabstop>
<tabstop>serialRateComboBox</tabstop>
<tabstop>testCATButton</tabstop>
<tabstop>handshakeComboBox</tabstop>
<tabstop>testPTTButton</tabstop>
<tabstop>cbDTRoff</tabstop>
<tabstop>rbData</tabstop>
<tabstop>rbMic</tabstop>
</tabstops>
<resources/>
<connections>
<connection>

View File

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