Commit an early draft of full User's Guide.

Fix tab order on page 1 of Configuration screen.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3229 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-04-26 19:38:43 +00:00
parent 06e3347b5d
commit 1980f2f5a1
5 changed files with 51 additions and 52 deletions

Binary file not shown.

Binary file not shown.

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>503</width> <width>548</width>
<height>463</height> <height>463</height>
</rect> </rect>
</property> </property>
@ -2411,56 +2411,56 @@
</layout> </layout>
</widget> </widget>
<tabstops> <tabstops>
<tabstop>macro1</tabstop> <tabstop>myCallEntry</tabstop>
<tabstop>macro2</tabstop> <tabstop>myGridEntry</tabstop>
<tabstop>macro3</tabstop> <tabstop>pttMethodComboBox</tabstop>
<tabstop>macro4</tabstop> <tabstop>pttComboBox</tabstop>
<tabstop>macro5</tabstop> <tabstop>idIntSpinBox</tabstop>
<tabstop>macro6</tabstop> <tabstop>cbID73</tabstop>
<tabstop>macro7</tabstop> <tabstop>cbPSKReporter</tabstop>
<tabstop>macro8</tabstop> <tabstop>cbEnableCAT</tabstop>
<tabstop>macro9</tabstop> <tabstop>rigComboBox</tabstop>
<tabstop>macro10</tabstop> <tabstop>catPortComboBox</tabstop>
<tabstop>f1</tabstop> <tabstop>dataBitsComboBox</tabstop>
<tabstop>f2</tabstop> <tabstop>serialRateComboBox</tabstop>
<tabstop>f3</tabstop> <tabstop>cbDTRoff</tabstop>
<tabstop>f4</tabstop> <tabstop>stopBitsComboBox</tabstop>
<tabstop>f5</tabstop> <tabstop>handshakeComboBox</tabstop>
<tabstop>f6</tabstop> <tabstop>rbData</tabstop>
<tabstop>f7</tabstop> <tabstop>rbMic</tabstop>
<tabstop>f8</tabstop> <tabstop>testCATButton</tabstop>
<tabstop>f9</tabstop> <tabstop>testPTTButton</tabstop>
<tabstop>f10</tabstop> <tabstop>comboBoxSndIn</tabstop>
<tabstop>f11</tabstop> <tabstop>comboBoxSndOut</tabstop>
<tabstop>f12</tabstop> <tabstop>saveDirEntry</tabstop>
<tabstop>f13</tabstop> <tabstop>f13</tabstop>
<tabstop>f14</tabstop> <tabstop>f14</tabstop>
<tabstop>f15</tabstop> <tabstop>f15</tabstop>
<tabstop>f16</tabstop> <tabstop>f16</tabstop>
<tabstop>myGridEntry</tabstop> <tabstop>macro2</tabstop>
<tabstop>buttonBox</tabstop> <tabstop>buttonBox</tabstop>
<tabstop>cbPSKReporter</tabstop> <tabstop>macro7</tabstop>
<tabstop>idIntSpinBox</tabstop> <tabstop>macro5</tabstop>
<tabstop>cbID73</tabstop> <tabstop>macro6</tabstop>
<tabstop>ioTabWidget</tabstop> <tabstop>ioTabWidget</tabstop>
<tabstop>saveDirEntry</tabstop> <tabstop>f12</tabstop>
<tabstop>comboBoxSndOut</tabstop> <tabstop>f11</tabstop>
<tabstop>pttComboBox</tabstop> <tabstop>macro4</tabstop>
<tabstop>myCallEntry</tabstop> <tabstop>macro1</tabstop>
<tabstop>pttMethodComboBox</tabstop> <tabstop>macro3</tabstop>
<tabstop>comboBoxSndIn</tabstop> <tabstop>f10</tabstop>
<tabstop>catPortComboBox</tabstop> <tabstop>macro10</tabstop>
<tabstop>cbEnableCAT</tabstop> <tabstop>macro8</tabstop>
<tabstop>rigComboBox</tabstop> <tabstop>macro9</tabstop>
<tabstop>dataBitsComboBox</tabstop> <tabstop>f1</tabstop>
<tabstop>stopBitsComboBox</tabstop> <tabstop>f4</tabstop>
<tabstop>serialRateComboBox</tabstop> <tabstop>f2</tabstop>
<tabstop>testCATButton</tabstop> <tabstop>f8</tabstop>
<tabstop>handshakeComboBox</tabstop> <tabstop>f5</tabstop>
<tabstop>testPTTButton</tabstop> <tabstop>f9</tabstop>
<tabstop>cbDTRoff</tabstop> <tabstop>f3</tabstop>
<tabstop>rbData</tabstop> <tabstop>f6</tabstop>
<tabstop>rbMic</tabstop> <tabstop>f7</tabstop>
</tabstops> </tabstops>
<resources/> <resources/>
<connections> <connections>

View File

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

View File

@ -1,6 +1,6 @@
[Setup] [Setup]
AppName=wsjtx AppName=wsjtx
AppVerName=wsjtx Version 0.95 r3226 AppVerName=wsjtx Version 0.95 r3229
AppCopyright=Copyright (C) 2001-2013 by Joe Taylor, K1JT AppCopyright=Copyright (C) 2001-2013 by Joe Taylor, K1JT
DefaultDirName=c:\wsjtx DefaultDirName=c:\wsjtx
DefaultGroupName=wsjtx DefaultGroupName=wsjtx
@ -8,16 +8,15 @@ DefaultGroupName=wsjtx
[Files] [Files]
Source: "c:\Users\joe\wsjt\wsjtx_install\wsjtx.exe"; DestDir: "{app}" Source: "c:\Users\joe\wsjt\wsjtx_install\wsjtx.exe"; DestDir: "{app}"
Source: "c:\Users\joe\wsjt\wsjtx_install\jt9.exe"; DestDir: "{app}" Source: "c:\Users\joe\wsjt\wsjtx_install\jt9.exe"; DestDir: "{app}"
Source: "c:\Users\joe\wsjt\wsjtx_install\rigctl.exe"; DestDir: "{app}"
Source: "c:\Users\joe\wsjt\wsjtx_install\wsjt.ico"; DestDir: "{app}" Source: "c:\Users\joe\wsjt\wsjtx_install\wsjt.ico"; DestDir: "{app}"
Source: "c:\Users\joe\wsjt\wsjtx_install\afmhot.dat"; DestDir: "{app}"; Source: "c:\Users\joe\wsjt\wsjtx_install\afmhot.dat"; DestDir: "{app}";
Source: "c:\Users\joe\wsjt\wsjtx_install\blue.dat"; DestDir: "{app}"; Source: "c:\Users\joe\wsjt\wsjtx_install\blue.dat"; DestDir: "{app}";
Source: "c:\Users\joe\wsjt\wsjtx_install\CALL3.TXT"; DestDir: "{app}"; Flags: onlyifdoesntexist Source: "c:\Users\joe\wsjt\wsjtx_install\CALL3.TXT"; DestDir: "{app}"; Flags: onlyifdoesntexist
Source: "c:\Users\joe\wsjt\QtSupport\*.dll"; DestDir: "{app}"; Flags: onlyifdoesntexist Source: "c:\Users\joe\wsjt\QtSupport\*.dll"; DestDir: "{app}"; Flags: onlyifdoesntexist
Source: "c:\Users\joe\wsjt\wsjtx_install\shortcuts.txt"; DestDir: "{app}" Source: "c:\Users\joe\wsjt\wsjtx\shortcuts.txt"; DestDir: "{app}"
Source: "c:\Users\joe\wsjt\wsjtx_install\mouse_commands.txt"; DestDir: "{app}" Source: "c:\Users\joe\wsjt\wsjtx\mouse_commands.txt"; DestDir: "{app}"
Source: "c:\Users\joe\wsjt\wsjtx\WSJT-X_Users_Guide.pdf"; DestDir: "{app}"
Source: "c:\Users\joe\wsjt\wsjtx_install\save\Samples\130228_2158.wav"; DestDir: "{app}\save\Samples"; Source: "c:\Users\joe\wsjt\wsjtx_install\save\Samples\130426_0027.wav"; DestDir: "{app}\save\Samples";
[Icons] [Icons]
Name: "{group}\wsjtx"; Filename: "{app}\wsjtx.exe"; WorkingDir: {app}; IconFilename: {app}\wsjt.ico Name: "{group}\wsjtx"; Filename: "{app}\wsjtx.exe"; WorkingDir: {app}; IconFilename: {app}\wsjt.ico