Changeset 3824 in ntrip
- Timestamp:
- Apr 11, 2012, 10:12:49 AM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3823 r3824 575 575 enableWidget(true, _uploadSamplSpinBox); 576 576 enableWidget(true, _uploadSamplOrbSpinBox); 577 // TODO setUploadTrafoButton578 577 } 579 578 else { … … 581 580 enableWidget(false, _uploadSamplSpinBox); 582 581 enableWidget(false, _uploadSamplOrbSpinBox); 583 // TODO setUploadTrafoButton584 582 } 585 583 … … 630 628 _aogroup->addTab(agroup,tr("Outages")); 631 629 _aogroup->addTab(rgroup,tr("Miscellaneous")); 632 _aogroup->addTab(pppgroup,tr("PPP (1)")); _tabIndexPPP1 = _aogroup->count() - 1;633 _aogroup->addTab(ppp2group,tr("PPP (2)")); _tabIndexPPP2 = _aogroup->count() - 1;634 _aogroup->addTab(teqcgroup,tr("Teqc")); _tabIndexTeqc = _aogroup->count() - 1;630 _aogroup->addTab(pppgroup,tr("PPP (1)")); 631 _aogroup->addTab(ppp2group,tr("PPP (2)")); 632 _aogroup->addTab(teqcgroup,tr("Teqc")); 635 633 #ifdef USE_COMBINATION 636 634 _aogroup->addTab(cmbgroup,tr("Combination")); … … 2188 2186 enableWidget(true, _uploadSamplSpinBox); 2189 2187 enableWidget(true, _uploadSamplOrbSpinBox); 2190 // TODO setUploadTrafoButton2191 2188 } 2192 2189 else { … … 2194 2191 enableWidget(false, _uploadSamplSpinBox); 2195 2192 enableWidget(false, _uploadSamplOrbSpinBox); 2196 // TODO setUploadTrafoButton2197 2193 } 2198 2194 … … 2412 2408 enableWidget(false, _uploadSamplSpinBox); 2413 2409 enableWidget(false, _uploadSamplOrbSpinBox); 2414 // TODO setUploadTrafoButton2415 2410 } 2416 2411 } -
trunk/BNC/bncwindow.h
r3823 r3824 246 246 bncEphUploadCaster* _casterEph; 247 247 248 int _tabIndexPPP1;249 int _tabIndexPPP2;250 int _tabIndexTeqc;251 248 bool _realTimeRunning; 252 249 bool _runningRealTime;
Note:
See TracChangeset
for help on using the changeset viewer.