Changeset 3618 in ntrip


Ignore:
Timestamp:
Jan 22, 2012, 2:08:57 PM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3617 r3618  
    935935  _postCorrFileChooser->setWhatsThis(tr("Full Path to DGPS Correction File"));
    936936
     937  _postOutLineEdit = new QLineEdit(settings.value("postOutFile").toString());
     938
    937939  int ir = 0;
    938940  pppLayout->addWidget(new QLabel("<b>Precise Point Positioning (Panel 1)</b>"), ir, 0, 1, 8);
     
    976978  }
    977979  pppLayout->addLayout(hlpLayout, ir, 1, 1, 7);
     980  ++ir;
     981  pppLayout->addWidget(_postOutLineEdit);
     982  pppLayout->addWidget(new QLabel("Output"));
    978983
    979984  pppgroup->setLayout(pppLayout);
     
    10301035  ppp2Layout->addWidget(_pppAverageLineEdit,                ir, 3, Qt::AlignRight);
    10311036  ppp2Layout->addWidget(new QLabel("Averaging (min)") ,     ir, 4); 
    1032   ++ir;
    1033   ppp2Layout->addWidget(new QLabel(" "),                    ir, 0);
    1034   ppp2Layout->setRowStretch(ir, 99);
    10351037
    10361038  ppp2group->setLayout(ppp2Layout);
     
    15581560  settings.setValue("postNavFile", _postNavFileChooser->fileName());
    15591561  settings.setValue("postCorrFile", _postCorrFileChooser->fileName());
     1562  settings.setValue("postOutFile", _postOutLineEdit->text());
    15601563
    15611564  if (_caster) {
  • trunk/BNC/bncwindow.h

    r3610 r3618  
    162162    QProgressBar*  _postProgressBar;
    163163    QLabel*        _postProgressLabel;
     164    QLineEdit*     _postOutLineEdit;
    164165
    165166    QCheckBox* _rnxV3CheckBox;
Note: See TracChangeset for help on using the changeset viewer.