Changeset 7475 in ntrip
- Timestamp:
- Sep 29, 2015, 9:43:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r7470 r7475 1062 1062 _reqcObsFileChooser = new qtFileChooser(0, qtFileChooser::Files); 1063 1063 _reqcObsFileChooser->setFileName(settings.value("reqcObsFile").toString()); 1064 _reqcObsFileChooser->setWhatsThis(tr("<p>Specify the full path to an input observation filein 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>")); 1065 1065 1066 1066 _reqcNavFileChooser = new qtFileChooser(0, qtFileChooser::Files); 1067 1067 _reqcNavFileChooser->setFileName(settings.value("reqcNavFile").toString()); 1068 _reqcNavFileChooser->setWhatsThis(tr("<p>Specify the full path to an input navigation filein 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>")); 1069 1069 1070 1070 _reqcOutObsLineEdit = new QLineEdit(settings.value("reqcOutObsFile").toString()); … … 1109 1109 reqcLayout->addWidget(new QLabel(" Nav"), ir, 4); 1110 1110 ++ir; 1111 reqcLayout->addWidget(new QLabel("Output file s (full path)"),ir, 0);1111 reqcLayout->addWidget(new QLabel("Output file (full path)"), ir, 0); 1112 1112 reqcLayout->addWidget(_reqcOutObsLineEdit, ir, 1); 1113 1113 _reqcOutObsLineEdit->setMaximumWidth(40*ww);
Note:
See TracChangeset
for help on using the changeset viewer.