379{
382 str <<
"<html>Usage: engauge "
383 <<
"[" <<
DASH_DEBUG.toLatin1().data() <<
"] "
390 <<
"[" <<
DASH_HELP.toLatin1().data() <<
"] "
392 <<
"[" <<
DASH_RESET.toLatin1().data () <<
"] "
393 <<
"[" <<
DASH_STYLE.toLatin1().data () <<
" <style>] "
395 <<
"[<load_file1>] [<load_file2>] ..." <<
endl
396 << "<table>"
397 << "<tr>"
398 <<
"<td>" <<
DASH_DEBUG.toLatin1().data() <<
"</td>"
399 << "<td>"
400 << QObject::tr ("Enables extra debug information. Used for debugging").toLatin1().data()
401 << "</td>"
402 << "</tr>"
403 << "<tr>"
405 << "<td>"
406 << QObject::tr ("Indicates files opened at startup are for testing drag and drop. Used for regression testing").toLatin1().data()
407 << "</td>"
408 << "</tr>"
409 << "<tr>"
411 << "<td>"
412 << QObject::tr ("Specifies an error report file as input. Used for debugging and regression testing").toLatin1().data()
413 << "</td>"
414 << "</tr>"
415 << "<tr>"
417 << "<td>"
418 << QObject::tr ("Export each loaded startup file, which must have all axis points defined, then stop").toLatin1().data()
419 << "</td>"
420 << "</tr>"
421 << "<tr>"
423 << "<td>"
424 << QObject::tr ("Extract image in each loaded startup file to a file with the specified extension, then stop").toLatin1().data()
425 << "</td>"
426 << "</tr>"
427 << "<tr>"
429 << "<td>"
430 << QObject::tr ("Specifies a file command script file as input. Used for debugging and testing").toLatin1().data()
431 << "</td>"
432 << "</tr>"
433 << "<tr>"
435 << "<td>"
436 << QObject::tr ("Output diagnostic gnuplot input files. Used for debugging").toLatin1().data()
437 << "</td>"
438 << "</tr>"
439 << "<tr>"
440 <<
"<td>" <<
DASH_HELP.toLatin1().data() <<
"</td>"
441 << "<td>"
442 << QObject::tr ("Show this help information").toLatin1().data()
443 << "</td>"
444 << "</tr>"
445 << "<tr>"
447 << "<td>"
448 << QObject::tr ("Executes the error report file or file command script. Used for regression testing").toLatin1().data()
449 << "</td>"
450 << "</tr>"
451 << "<tr>"
452 <<
"<td>" <<
DASH_RESET.toLatin1().data() <<
"</td>"
453 << "<td>"
454 << QObject::tr ("Removes all stored settings, including window positions. Used when windows start up offscreen").toLatin1().data()
455 << "</td>"
456 << "</tr>"
457 << "<tr>"
458 <<
"<td>" <<
DASH_STYLE.toLatin1().data() <<
"</td>"
459 << "<td>"
461 .arg (QObject::tr ("Set the window style to one of the styles listed by the command line option"))
463 << "</td>"
464 << "</tr>"
465 << "<tr>"
466 <<
"<td>" <<
DASH_STYLES.toLatin1().data() <<
"</td>"
467 << "<td>"
469 .arg (QObject::tr ("Show a list of available styles that can be used with the command line option"))
471 << "</td>"
472 << "</tr>"
473 << "<tr>"
475 << "<td>"
476 << QObject::tr ("Upgrade files opened at startup to the most recent version").toLatin1().data()
477 << "</td>"
478 << "</tr>"
479 << "<tr>"
480 <<
"<td>" <<
QString (
"<load file> ").toLatin1().data() <<
"</td>"
481 << "<td>"
482 << QObject::tr ("File(s) to be imported or opened at startup").toLatin1().data()
483 << "</td>"
484 << "</tr>"
485 << "</table></html>";
486
488}