Changeset 7475 in ntrip for trunk


Ignore:
Timestamp:
Sep 29, 2015, 9:43:23 AM (9 years ago)
Author:
weber
Message:

Documentation completedDocumentation completedDocumentation completedDocumentation completedDocumentation completedDocumentation completedDocumentation completedDocumentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r7470 r7475  
    10621062  _reqcObsFileChooser = new qtFileChooser(0, qtFileChooser::Files);
    10631063  _reqcObsFileChooser->setFileName(settings.value("reqcObsFile").toString());
    1064   _reqcObsFileChooser->setWhatsThis(tr("<p>Specify the full path to an input observation file in RINEX v2 or v3 format.</p><p>Note that when in 'Analyze' mode, specifying at least one RINEX observation file is mandatory.</p>"));
     1064  _reqcObsFileChooser->setWhatsThis(tr("<p>Specify the full path to input observation files in RINEX v2 or v3 format.</p><p>Note that when in 'Analyze' mode, specifying at least one RINEX observation file is mandatory.</p>"));
    10651065
    10661066  _reqcNavFileChooser = new qtFileChooser(0, qtFileChooser::Files);
    10671067  _reqcNavFileChooser->setFileName(settings.value("reqcNavFile").toString());
    1068   _reqcNavFileChooser->setWhatsThis(tr("<p>Specify the full path to an input navigation file in RINEX v2 or v3 format.</p><p>Note that when in 'Analyze' mode, specifying at least one RINEX navigation file is mandatory.</p>"));
     1068  _reqcNavFileChooser->setWhatsThis(tr("<p>Specify the full path to input navigation files in RINEX v2 or v3 format.</p><p>Note that when in 'Analyze' mode, specifying at least one RINEX navigation file is mandatory.</p>"));
    10691069
    10701070  _reqcOutObsLineEdit = new QLineEdit(settings.value("reqcOutObsFile").toString());
     
    11091109  reqcLayout->addWidget(new QLabel("  Nav"),                     ir, 4);
    11101110  ++ir;
    1111   reqcLayout->addWidget(new QLabel("Output files (full path)"),  ir, 0);
     1111  reqcLayout->addWidget(new QLabel("Output file (full path)"),   ir, 0);
    11121112  reqcLayout->addWidget(_reqcOutObsLineEdit,                     ir, 1);
    11131113  _reqcOutObsLineEdit->setMaximumWidth(40*ww);
Note: See TracChangeset for help on using the changeset viewer.