Changeset 4048 in ntrip


Ignore:
Timestamp:
Apr 24, 2012, 10:20:16 PM (12 years ago)
Author:
weber
Message:

WhatsThis documentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/reqcdlg.cpp

    r3906 r4048  
    156156  mainLayout->addLayout(grid);
    157157  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
    158170}
    159171
Note: See TracChangeset for help on using the changeset viewer.