Changeset 5962 in ntrip for trunk/BNC/src/PPP/pppWidgets.cpp


Ignore:
Timestamp:
Aug 17, 2014, 9:36:46 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppWidgets.cpp

    r5961 r5962  
    101101  _lcGalileo->addItems(QString("no,P3,L3,P3&L3").split(","));
    102102
     103  _minObs->setMinimum(4);
     104  _minObs->setMaximum(6);
     105  _minObs->setSingleStep(1);
     106
     107  _minEle->setMinimum(0);
     108  _minEle->setMaximum(20);
     109  _minEle->setSingleStep(1);
     110  _minEle->setSuffix(" deg");
     111
    103112  _corrWaitTime->setMinimum(0);
    104113  _corrWaitTime->setMaximum(20);
     
    114123  _staTable->setSelectionBehavior(QAbstractItemView::SelectRows);
    115124  _staTable->horizontalHeader()->setResizeMode(QHeaderView::Interactive);
    116   /// _staTable->horizontalHeader()->setStretchLastSection(true);
    117125  _staTable->horizontalHeader()->setDefaultAlignment(Qt::AlignLeft);
    118126 
     
    130138  _mapSpeedSlider->setTickInterval(10);
    131139  connect(_mapSpeedSlider, SIGNAL(valueChanged(int)), BNC_CORE, SIGNAL(mapSpeedSliderChanged(int)));
    132 
    133140
    134141  _mapWinButton->setWhatsThis(tr("<p>You make like to track your rover position using Google Maps or Open Street Map as a background map. Track plots can be produced with BNC in 'Realtime-PPP', 'Realtime-SPP' and 'Post-Processing' mode.</p><p>The 'Open Map' button opens a windows showing a map according to specified options.</p><p>When in 'Post-Processing' mode you should not forget to specify a proxy under the 'Network' tab if that is operated in front of BNC."));
Note: See TracChangeset for help on using the changeset viewer.