Changeset 7110 in ntrip


Ignore:
Timestamp:
Jul 19, 2015, 10:45:05 AM (9 years ago)
Author:
weber
Message:

Option field extended

File:
1 edited

Legend:

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

    r7057 r7110  
    11421142
    11431143  _sp3CompExclude = new QLineEdit(settings.value("sp3CompExclude").toString());
    1144   _sp3CompExclude->setMinimumWidth(15*ww);
    1145   _sp3CompExclude->setMaximumWidth(15*ww);
     1144  _sp3CompExclude->setMinimumWidth(18*ww);
     1145  _sp3CompExclude->setMaximumWidth(18*ww);
    11461146  _sp3CompExclude->setWhatsThis(tr("<p>Specify satellites to exclude them from orbit and clock comparision. Example:<p>G04,G31,R</p><p>This excludes GPS satellites RPN 4 and 31 as well as all GLONASS satellites from the comparision.</p><p>Default is an empty option field, meaning that no satellite is excluded from the comparison.</p>"));
    11471147
    11481148  _sp3CompLogLineEdit = new QLineEdit(settings.value("sp3CompOutLogFile").toString());
    11491149  _sp3CompLogLineEdit->setWhatsThis(tr("<p>Specify the full path to a logfile to save comparison results.</p><p>Specifying a logfile is mandatory. Comparing SP3 files and not saving the results on disk would be meaningless.</p>"));
    1150   _sp3CompLogLineEdit->setMinimumWidth(15*ww);
    1151   _sp3CompLogLineEdit->setMaximumWidth(15*ww);
     1150  _sp3CompLogLineEdit->setMinimumWidth(18*ww);
     1151  _sp3CompLogLineEdit->setMaximumWidth(18*ww);
    11521152
    11531153  ir = 0;
Note: See TracChangeset for help on using the changeset viewer.