Changeset 4048 in ntrip
- Timestamp:
- Apr 24, 2012, 10:20:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/reqcdlg.cpp ΒΆ
r3906 r4048 156 156 mainLayout->addLayout(grid); 157 157 mainLayout->addLayout(buttonLayout); 158 159 _reqcRnxVersion->setWhatsThis(tr("<p>Select version number of target RINEX file.</p>")); 160 _reqcSampling->setWhatsThis(tr("<p>Select sampling rate of target RINEX file.</p>")); 161 _reqcStartDateTime->setWhatsThis(tr("<p>Specify begin of target RINEX file.</p>")); 162 _reqcEndDateTime->setWhatsThis(tr("<p>Specify end of target RINEX file.</p>")); 163 _reqcOldMarkerName->setWhatsThis(tr("<p>Enter old marker name.</p>")); 164 _reqcNewMarkerName->setWhatsThis(tr("<p>Enter new marker name.</p>")); 165 _reqcOldAntennaName->setWhatsThis(tr("<p>Enter old antenna name.</p>")); 166 _reqcNewAntennaName->setWhatsThis(tr("<p>Enter new antenna name.</p>")); 167 _reqcOldReceiverName->setWhatsThis(tr("<p>Enter old receiver name.</p>")); 168 _reqcNewReceiverName->setWhatsThis(tr("<p>Enter new receiver name.</p>")); 169 158 170 } 159 171
Note:
See TracChangeset
for help on using the changeset viewer.