Changeset 4173 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
May 15, 2012, 9:50:22 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r4172 r4173  
    577577  _uploadSamplSp3SpinBox = new QSpinBox;
    578578  _uploadSamplSp3SpinBox->setMinimum(0);
    579   _uploadSamplSp3SpinBox->setMaximum(60);
    580   _uploadSamplSp3SpinBox->setSingleStep(5);
     579  _uploadSamplSp3SpinBox->setMaximum(15);
     580  _uploadSamplSp3SpinBox->setSingleStep(1);
    581581  _uploadSamplSp3SpinBox->setMaximumWidth(9*ww);
    582582  _uploadSamplSp3SpinBox->setValue(settings.value("uploadSamplSp3").toInt());
    583   _uploadSamplSp3SpinBox->setSuffix(" sec");
     583  _uploadSamplSp3SpinBox->setSuffix(" min");
    584584
    585585  _uploadSamplClkRnxSpinBox = new QSpinBox;
     
    12951295  _uploadSamplRtcmEphCorrSpinBox->setWhatsThis(tr("Select the Ephemeris Correction sampling interval in seconds. A value of zero '0' tells BNC to upload all available samples."));
    12961296  _uploadSamplClkRnxSpinBox->setWhatsThis(tr("Select the Clock RINEX file sampling interval in seconds. A value of zero '0' tells BNC to store all available samples into Clock RINEX files."));
    1297   _uploadSamplSp3SpinBox->setWhatsThis(tr("Select the SP3 orbit file sampling interval in seconds. A value of zero '0' tells BNC to store all available samples into SP3 orbit files."));
     1297  _uploadSamplSp3SpinBox->setWhatsThis(tr("Select the SP3 orbit file sampling interval in minutes. A value of zero '0' tells BNC to store all available samples into SP3 orbit files."));
    12981298  setUploadTrafoButton->setWhatsThis(tr("Hit 'Custom Trafo' to specify your own 14 parameter Helmert Transformation instead of selecting a predefined transformation through 'System' button."));
    12991299
Note: See TracChangeset for help on using the changeset viewer.