Changeset 6633 in ntrip
- Timestamp:
- Mar 5, 2015, 12:04:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6628 r6633 623 623 pLayout->addWidget(new QLabel("Proxy port"), 2, 0); 624 624 pLayout->addWidget(_proxyPortLineEdit, 2, 1); 625 pLayout->addWidget(new QLabel("Path to SSL Certificates"), 3, 0);625 pLayout->addWidget(new QLabel("Path to SSL certificates"), 3, 0); 626 626 pLayout->addWidget(_sslCaCertPathLineEdit, 3, 1, 1,10); 627 627 pLayout->addWidget(new QLabel("Default: " + bncSslConfig::defaultPath()), 3,11, 1,20); 628 pLayout->addWidget(new QLabel("Ignore SSL Authorization Errors"), 4, 0);628 pLayout->addWidget(new QLabel("Ignore SSL authorization errors"), 4, 0); 629 629 pLayout->addWidget(_ignoreSslErrorsCheckBox, 4, 1, 1,10); 630 630 pLayout->addWidget(new QLabel(" "), 4, 0); … … 830 830 pppLayout1->addWidget(_pppWidgets._dataSource, ir, 1); 831 831 pppLayout1->addItem(new QSpacerItem(4*ww, 0), ir, 2); 832 pppLayout1->addWidget(new QLabel("RINEX Observations"), ir, 3, Qt::AlignLeft);832 pppLayout1->addWidget(new QLabel("RINEX observations"), ir, 3, Qt::AlignLeft); 833 833 pppLayout1->addWidget(_pppWidgets._rinexObs, ir, 4, 1, 2); 834 834 ++ir; 835 pppLayout1->addWidget(new QLabel("RINEX Orbits"), ir, 3, Qt::AlignLeft);835 pppLayout1->addWidget(new QLabel("RINEX orbits"), ir, 3, Qt::AlignLeft); 836 836 pppLayout1->addWidget(_pppWidgets._rinexNav, ir, 4, 1, 2); 837 837 ++ir; … … 846 846 pppLayout1->addWidget(new QLabel("Coordinates"), ir, 0, Qt::AlignLeft); 847 847 pppLayout1->addWidget(_pppWidgets._crdFile, ir, 1, 1, 2); 848 pppLayout1->addWidget(new QLabel("Log File"),ir, 4, Qt::AlignLeft);848 pppLayout1->addWidget(new QLabel("Logfile"), ir, 4, Qt::AlignLeft); 849 849 pppLayout1->addWidget(_pppWidgets._logFile, ir, 5); 850 850 ++ir; … … 852 852 pppLayout1->addWidget(_pppWidgets._antexFile, ir, 1, 1, 2); 853 853 854 pppLayout1->addWidget(new QLabel("NMEA File"), ir, 4, Qt::AlignLeft);854 pppLayout1->addWidget(new QLabel("NMEA file"), ir, 4, Qt::AlignLeft); 855 855 pppLayout1->addWidget(_pppWidgets._nmeaFile, ir, 5); 856 856 pppLayout1->addWidget(new QLabel("Port"), ir, 6, Qt::AlignLeft); 857 857 pppLayout1->addWidget(_pppWidgets._nmeaPort, ir, 7); _pppWidgets._nmeaPort->setMaximumWidth(8*ww); 858 858 ++ir; 859 pppLayout1->addWidget(new QLabel("SNX TRO File"), ir, 4, Qt::AlignLeft);859 pppLayout1->addWidget(new QLabel("SNX TRO file"), ir, 4, Qt::AlignLeft); 860 860 pppLayout1->addWidget(_pppWidgets._snxtroFile, ir, 5); 861 861 pppLayout1->addWidget(new QLabel("Sampling"), ir, 6, Qt::AlignLeft); … … 1042 1042 reqcLayout->addWidget(new QLabel("Nav"), ir, 4, Qt::AlignLeft); 1043 1043 ++ir; 1044 reqcLayout->addWidget(new QLabel("Log File"),ir, 0, Qt::AlignLeft);1044 reqcLayout->addWidget(new QLabel("Logfile"), ir, 0, Qt::AlignLeft); 1045 1045 reqcLayout->addWidget(_reqcOutLogLineEdit, ir, 1, Qt::AlignRight); 1046 1046 reqcLayout->addWidget(new QLabel("summary only"), ir, 3, Qt::AlignRight); … … 1082 1082 1083 1083 ir = 0; 1084 sp3CompLayout->addWidget(new QLabel("Orbit and Clock Comparison"), ir, 0, 1, 20);1084 sp3CompLayout->addWidget(new QLabel("Orbit and clock comparison"), ir, 0, 1, 20); 1085 1085 ++ir; 1086 1086 sp3CompLayout->addWidget(new QLabel("Input SP3 files (full path)"), ir, 0, Qt::AlignLeft); 1087 1087 sp3CompLayout->addWidget(_sp3CompFileChooser, ir, 1, Qt::AlignRight); 1088 1088 ++ir; 1089 sp3CompLayout->addWidget(new QLabel("Exclude Satellites"), ir, 0, Qt::AlignLeft);1089 sp3CompLayout->addWidget(new QLabel("Exclude satellites"), ir, 0, Qt::AlignLeft); 1090 1090 sp3CompLayout->addWidget(_sp3CompExclude, ir, 1, Qt::AlignRight); 1091 1091 ++ir; 1092 sp3CompLayout->addWidget(new QLabel("Log File"),ir, 0, Qt::AlignLeft);1092 sp3CompLayout->addWidget(new QLabel("Logfile"), ir, 0, Qt::AlignLeft); 1093 1093 sp3CompLayout->addWidget(_sp3CompLogLineEdit, ir, 1, Qt::AlignRight); 1094 1094 ++ir; … … 1116 1116 cmbLayout->addWidget(_cmbMethodComboBox, 2, 7, Qt::AlignRight); 1117 1117 cmbLayout->addWidget(new QLabel(" "), 3, 5); 1118 cmbLayout->addWidget(new QLabel("Maximal Residuum"), 3, 6, Qt::AlignRight);1118 cmbLayout->addWidget(new QLabel("Maximal residuum"), 3, 6, Qt::AlignRight); 1119 1119 cmbLayout->addWidget(_cmbMaxresLineEdit, 3, 7, Qt::AlignRight); 1120 1120 cmbLayout->addWidget(new QLabel("ANTEX"), 3, 9, Qt::AlignRight); … … 1155 1155 populateUploadTable(); 1156 1156 1157 uploadLayout->addWidget(new QLabel("Upload RTCM v3 Broadcast Corrections to caster."));1157 uploadLayout->addWidget(new QLabel("Upload RTCM Version 3 Broadcast Corrections to caster.")); 1158 1158 uploadLayout->addWidget(_uploadTable); 1159 1159 uploadLayout->addLayout(uploadHlpLayout);
Note:
See TracChangeset
for help on using the changeset viewer.