Changeset 5962 in ntrip for trunk/BNC/src/PPP/pppWidgets.cpp
- Timestamp:
- Aug 17, 2014, 9:36:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppWidgets.cpp
r5961 r5962 101 101 _lcGalileo->addItems(QString("no,P3,L3,P3&L3").split(",")); 102 102 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 103 112 _corrWaitTime->setMinimum(0); 104 113 _corrWaitTime->setMaximum(20); … … 114 123 _staTable->setSelectionBehavior(QAbstractItemView::SelectRows); 115 124 _staTable->horizontalHeader()->setResizeMode(QHeaderView::Interactive); 116 /// _staTable->horizontalHeader()->setStretchLastSection(true);117 125 _staTable->horizontalHeader()->setDefaultAlignment(Qt::AlignLeft); 118 126 … … 130 138 _mapSpeedSlider->setTickInterval(10); 131 139 connect(_mapSpeedSlider, SIGNAL(valueChanged(int)), BNC_CORE, SIGNAL(mapSpeedSliderChanged(int))); 132 133 140 134 141 _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.