mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
These documentation source files are not the one true version, just a copy for testing purposes. DO NOT EDIT THESE FILES. To use this on Windows you will need a working asciidoc installation and the path to it must be included in your CMAKE_PREFIX_PATH (probably via a local CMake tool chain file). At the time of writing the official asciidoc package does not work on Windows. The latest development master does however work, it can be downloaded as a snapshot ZIP archive from here: https://github.com/asciidoc/asciidoc/archive/master.zip git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5316 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
48 lines
1.8 KiB
Plaintext
48 lines
1.8 KiB
Plaintext
// Status=review
|
|
The following buttons appear just under the decoded text windows on
|
|
the main screen:
|
|
|
|
//.Main UI Controls
|
|
image::images/main-ui-controls.png[align="left",width=650,alt="Main UI Controls"]
|
|
|
|
* *Log QSO* raises a dialog window pre-filled with known information
|
|
about a QSO you have nearly completed. You can edit or add to this
|
|
information before clicking *OK* to log the QSO. If you check *Prompt
|
|
me to log QSO* on the *Setup* menu, the program will raise the
|
|
confirmation screen automatically when you send a 73 or free-text
|
|
message.
|
|
|
|
//.Log QSO Window
|
|
image::images/log-qso.png[align="center",alt="Log QSO"]
|
|
|
|
* *Stop* will terminate normal data acquisition in case you want to
|
|
freeze the waterfall or open and explore a previously recorded audio
|
|
file.
|
|
|
|
* *Monitor* restarts normal receive operation. This button is
|
|
highlighted in green when the _WSJT-X_ is receiving.
|
|
|
|
* *Erase* clears the right-hand decoded text window.
|
|
Double-clicking *Erase* clears both text windows.
|
|
|
|
* *Decode* tells the program to repeat the decoding procedure at the
|
|
Rx frequency (green marker on waterfall), using the most recently
|
|
completed sequence of received data.
|
|
|
|
* *Enable Tx* toggles the program into automatic T/R sequencing mode
|
|
and highlights the button in red. A transmission will start at
|
|
the beginning of the selected (odd or even) sequence, or immediately
|
|
if appropriate. A transmission will not be started any later than 24
|
|
s into a UTC minute.
|
|
|
|
* *Halt Tx* terminates a transmission in progress and disables
|
|
automatic T/R sequencing.
|
|
|
|
* *Tune* may be used to switch into Tx mode and generate an
|
|
unmodulated carrier at the specified Tx frequency (red marker
|
|
on waterfall). This process may be useful for adjusting an antenna
|
|
tuner. The button is highlighted in red while *Tune* is
|
|
active. Toggle the button a second time to terminate the *Tune*
|
|
process.
|
|
|