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


Ignore:
Timestamp:
Mar 26, 2010, 11:47:04 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2341 r2386  
    134134  // ---------------
    135135  _logFileLineEdit    = new QLineEdit(settings.value("logFile").toString());
     136  _rawOutFileLineEdit = new QLineEdit(settings.value("rawOutFile").toString());
    136137  _rnxAppendCheckBox  = new QCheckBox();
    137138  _rnxAppendCheckBox->setCheckState(Qt::CheckState(
     
    529530  gLayout->addWidget(new QLabel("Auto start"),                   3, 0);
    530531  gLayout->addWidget(_autoStartCheckBox,                         3, 1);
    531   gLayout->addWidget(new QLabel("General settings for logfile, file handling, configuration on-the-fly, and auto-start."),4, 0, 1, 50, Qt::AlignLeft);
    532   gLayout->addWidget(new QLabel("    "),5,0);
     532  gLayout->addWidget(new QLabel("raw output file (full path)"),  4, 0);
     533  gLayout->addWidget(_rawOutFileLineEdit,                        4, 1, 1,30);
     534  gLayout->addWidget(new QLabel("General settings for logfile, file handling, configuration on-the-fly, and auto-start."),5, 0, 1, 50, Qt::AlignLeft);
     535  gLayout->addWidget(new QLabel("    "),6,0);
    533536  ggroup->setLayout(gLayout);
    534537
     
    10351038  settings.setValue("ephV3",       _ephV3CheckBox->checkState());
    10361039  settings.setValue("logFile",     _logFileLineEdit->text());
     1040  settings.setValue("rawOutFile",  _rawOutFileLineEdit->text());
    10371041  settings.setValue("miscMount",   _miscMountLineEdit->text());
    10381042  settings.setValue("pppMount",    _pppMountLineEdit->text());
Note: See TracChangeset for help on using the changeset viewer.