- Timestamp:
- Jul 19, 2015, 10:45:05 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r7057 r7110 1142 1142 1143 1143 _sp3CompExclude = new QLineEdit(settings.value("sp3CompExclude").toString()); 1144 _sp3CompExclude->setMinimumWidth(1 5*ww);1145 _sp3CompExclude->setMaximumWidth(1 5*ww);1144 _sp3CompExclude->setMinimumWidth(18*ww); 1145 _sp3CompExclude->setMaximumWidth(18*ww); 1146 1146 _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>")); 1147 1147 1148 1148 _sp3CompLogLineEdit = new QLineEdit(settings.value("sp3CompOutLogFile").toString()); 1149 1149 _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(1 5*ww);1151 _sp3CompLogLineEdit->setMaximumWidth(1 5*ww);1150 _sp3CompLogLineEdit->setMinimumWidth(18*ww); 1151 _sp3CompLogLineEdit->setMaximumWidth(18*ww); 1152 1152 1153 1153 ir = 0;
Note:
See TracChangeset
for help on using the changeset viewer.