mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
User guide and help text updates
Details of --config command line option. Note that low confidence decodes '?' are not spotted and more generic text for --help command line option now derived from CMakeLists description strings. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8005 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
f785f6a654
commit
3d5b07173c
@ -26,6 +26,10 @@ menu for switching between modes. Simply *Clone* the *Default* entry,
|
|||||||
configuration. These settings will be restored whenever you select
|
configuration. These settings will be restored whenever you select
|
||||||
that configuration.
|
that configuration.
|
||||||
|
|
||||||
|
As well as switching between configurations while running _WSJT-X_ you
|
||||||
|
can also start the application in any configuration by using the
|
||||||
|
`--config <configuration-name>` command line option (`-c` for short).
|
||||||
|
|
||||||
[[VIEW_MENU]]
|
[[VIEW_MENU]]
|
||||||
==== View Menu
|
==== View Menu
|
||||||
image::view-menu.png[align="left",alt="View Menu"]
|
image::view-menu.png[align="left",alt="View Menu"]
|
||||||
|
@ -30,7 +30,8 @@ proceeds to determine whether the remaining message and parity bits
|
|||||||
are consistent with the hypothesized AP bits. If a codeword is found
|
are consistent with the hypothesized AP bits. If a codeword is found
|
||||||
that the decoder judges to have high (but not overwhelmingly high)
|
that the decoder judges to have high (but not overwhelmingly high)
|
||||||
probability of being correct, a ? character is appended when the
|
probability of being correct, a ? character is appended when the
|
||||||
decoded message is displayed.
|
decoded message is displayed. Decodes thus marked are not sent to
|
||||||
|
{pskreporter} to avoid occasional misleading spots of false decodes.
|
||||||
|
|
||||||
Successful AP decodes are always labeled with an end-of-line indicator
|
Successful AP decodes are always labeled with an end-of-line indicator
|
||||||
of the form aP, where P is one of the single-digit AP decoding types
|
of the form aP, where P is one of the single-digit AP decoding types
|
||||||
|
2
main.cpp
2
main.cpp
@ -110,7 +110,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
#if QT_VERSION >= 0x050200
|
#if QT_VERSION >= 0x050200
|
||||||
QCommandLineParser parser;
|
QCommandLineParser parser;
|
||||||
parser.setApplicationDescription ("\nJT65, JT9, JT4, MSK144, QRA64, ISCAT & WSPR Weak Signal Communications Program.");
|
parser.setApplicationDescription ("\n" PROJECT_SUMMARY_DESCRIPTION);
|
||||||
auto help_option = parser.addHelpOption ();
|
auto help_option = parser.addHelpOption ();
|
||||||
auto version_option = parser.addVersionOption ();
|
auto version_option = parser.addVersionOption ();
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
#cmakedefine PROJECT_HOMEPAGE "@PROJECT_HOMEPAGE@"
|
#cmakedefine PROJECT_HOMEPAGE "@PROJECT_HOMEPAGE@"
|
||||||
#cmakedefine PROJECT_MANUAL_DIRECTORY_URL "@PROJECT_MANUAL_DIRECTORY_URL@"
|
#cmakedefine PROJECT_MANUAL_DIRECTORY_URL "@PROJECT_MANUAL_DIRECTORY_URL@"
|
||||||
#cmakedefine PROJECT_SAMPLES_URL "@PROJECT_SAMPLES_URL@"
|
#cmakedefine PROJECT_SAMPLES_URL "@PROJECT_SAMPLES_URL@"
|
||||||
|
#cmakedefine PROJECT_SUMMARY_DESCRIPTION "@PROJECT_SUMMARY_DESCRIPTION@"
|
||||||
|
|
||||||
#cmakedefine01 WSJT_SHARED_RUNTIME
|
#cmakedefine01 WSJT_SHARED_RUNTIME
|
||||||
#cmakedefine01 WSJT_QDEBUG_TO_FILE
|
#cmakedefine01 WSJT_QDEBUG_TO_FILE
|
||||||
|
Loading…
Reference in New Issue
Block a user