Changeset 6636 in ntrip
- Timestamp:
- Mar 9, 2015, 1:26:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6633 r6636 827 827 pppLayout1->addWidget(new QLabel("<b>Precise Point Positioning (Input and Output)</b>"), ir, 0, 1, 7, Qt::AlignLeft); 828 828 ++ir; 829 pppLayout1->addWidget(new QLabel("Data Source"), ir, 0, Qt::AlignLeft);829 pppLayout1->addWidget(new QLabel("Data source"), ir, 0, Qt::AlignLeft); 830 830 pppLayout1->addWidget(_pppWidgets._dataSource, ir, 1); 831 831 pppLayout1->addItem(new QSpacerItem(4*ww, 0), ir, 2); … … 1068 1068 _sp3CompFileChooser = new qtFileChooser(0, qtFileChooser::Files); 1069 1069 _sp3CompFileChooser->setFileName(settings.value("sp3CompFile").toString()); 1070 _sp3CompFileChooser->setWhatsThis(tr("Specify the full path to orbits in SP3 format"));1070 _sp3CompFileChooser->setWhatsThis(tr("Specify the full path to two files with orbits and clocks in SP3 format, separate them by comma.")); 1071 1071 _sp3CompFileChooser->setMinimumWidth(15*ww); 1072 _sp3CompFileChooser->setMaximumWidth( 15*ww);1072 _sp3CompFileChooser->setMaximumWidth(50*ww); 1073 1073 1074 1074 _sp3CompExclude = new QLineEdit(settings.value("sp3CompExclude").toString()); 1075 1075 _sp3CompExclude->setMinimumWidth(15*ww); 1076 1076 _sp3CompExclude->setMaximumWidth(15*ww); 1077 _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>")); 1077 1078 1078 1079 _sp3CompLogLineEdit = new QLineEdit(settings.value("sp3CompOutLogFile").toString()); … … 1082 1083 1083 1084 ir = 0; 1084 sp3CompLayout->addWidget(new QLabel("Orbit and clock comparison "),ir, 0, 1, 20);1085 sp3CompLayout->addWidget(new QLabel("Orbit and clock comparison."), ir, 0, 1, 20); 1085 1086 ++ir; 1086 1087 sp3CompLayout->addWidget(new QLabel("Input SP3 files (full path)"), ir, 0, Qt::AlignLeft); 1087 sp3CompLayout->addWidget(_sp3CompFileChooser, ir, 1, Qt::AlignRight);1088 sp3CompLayout->addWidget(_sp3CompFileChooser, ir, 1, 1, 20); 1088 1089 ++ir; 1089 1090 sp3CompLayout->addWidget(new QLabel("Exclude satellites"), ir, 0, Qt::AlignLeft);
Note:
See TracChangeset
for help on using the changeset viewer.