Changeset 6430 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Dec 25, 2014, 10:20:34 AM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r6411 r6430  
    10731073  _sp3CompFileChooser->setMaximumWidth(15*ww);
    10741074
     1075  _sp3CompExclude = new QLineEdit(settings.value("sp3CompExclude").toString());
     1076  _sp3CompExclude->setMinimumWidth(15*ww);
     1077  _sp3CompExclude->setMaximumWidth(15*ww);
     1078
    10751079  _sp3CompLogLineEdit = new QLineEdit(settings.value("sp3CompOutLogFile").toString());
    10761080  _sp3CompLogLineEdit->setWhatsThis(tr("Specify the full path to a logfile."));
     
    10831087  sp3CompLayout->addWidget(new QLabel("Input SP3 files (full path)"),  ir, 0, Qt::AlignLeft);
    10841088  sp3CompLayout->addWidget(_sp3CompFileChooser,                        ir, 1, Qt::AlignRight);
     1089  ++ir;
     1090  sp3CompLayout->addWidget(new QLabel("Exclude Satellites"),           ir, 0, Qt::AlignLeft);
     1091  sp3CompLayout->addWidget(_sp3CompExclude,                            ir, 1, Qt::AlignRight);
    10851092  ++ir;
    10861093  sp3CompLayout->addWidget(new QLabel("Log File"),                     ir, 0, Qt::AlignLeft);
     
    16831690// SP3 Comparison
    16841691  settings.setValue("sp3CompFile",       _sp3CompFileChooser->fileName());
     1692  settings.setValue("sp3CompExclude",    _sp3CompExclude->text());
    16851693  settings.setValue("sp3CompOutLogFile", _sp3CompLogLineEdit->text());
    16861694// Combine Corrections
Note: See TracChangeset for help on using the changeset viewer.