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


Ignore:
Timestamp:
Apr 10, 2011, 11:50:10 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3254 r3271  
    492492  _uploadSamplSpinBox = new QSpinBox;
    493493  _uploadIntrComboBox->setEditable(false);
    494   _uploadIntrComboBox->addItems(QString("1 min,2 min,5 min,10 min,15 min,30 min,1 hour,1 day").split(","));
     494  _uploadIntrComboBox->addItems(QString("1 day,1 hour, 30 min,15 min,10 min,5 min,2 min,1 min").split(","));
    495495  ii = _uploadIntrComboBox->findText(settings.value("uploadIntr").toString());
    496496  if (ii != -1) {
     
    516516  _uploadEphMountpointLineEdit = new QLineEdit(settings.value("uploadEphMountpoint").toString());
    517517  _uploadEphSampleSpinBox      = new QSpinBox;
    518   _uploadEphSampleSpinBox->setMinimum(0);
     518  _uploadEphSampleSpinBox->setMinimum(5);
    519519  _uploadEphSampleSpinBox->setMaximum(60);
    520520  _uploadEphSampleSpinBox->setSingleStep(5);
Note: See TracChangeset for help on using the changeset viewer.