Changeset 6711 in ntrip for trunk/BNC/src
- Timestamp:
- Mar 24, 2015, 12:05:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6709 r6711 625 625 _proxyPortLineEdit->setMaximumWidth(9*ww); 626 626 627 pLayout->addWidget(new QLabel("Settings for proxy in protected networks and for SSL authorization, leave boxes blank if none. "),0, 0, 1, 50);627 pLayout->addWidget(new QLabel("Settings for proxy in protected networks and for SSL authorization, leave boxes blank if none.<br>"),0, 0, 1, 50); 628 628 pLayout->addWidget(new QLabel("Proxy host"), 1, 0); 629 629 pLayout->addWidget(_proxyHostLineEdit, 1, 1, 1,10); … … 646 646 _onTheFlyComboBox->setMaximumWidth(9*ww); 647 647 648 gLayout->addWidget(new QLabel("General settings for logfile, file handling, configuration on-the-fly, and auto-start. "),0, 0, 1, 50);648 gLayout->addWidget(new QLabel("General settings for logfile, file handling, configuration on-the-fly, and auto-start.<br>"),0, 0, 1, 50); 649 649 gLayout->addWidget(new QLabel("Logfile (full path)"), 1, 0); 650 650 gLayout->addWidget(_logFileLineEdit, 1, 1, 1,20); … … 669 669 //_rnxSamplSpinBox->setMaximumWidth(9*ww); 670 670 671 oLayout->addWidget(new QLabel("Saving RINEX observation files. "),0, 0, 1,50);671 oLayout->addWidget(new QLabel("Saving RINEX observation files.<br>"),0, 0, 1,50); 672 672 oLayout->addWidget(new QLabel("Directory"), 1, 0); 673 673 oLayout->addWidget(_rnxPathLineEdit, 1, 1, 1, 15); … … 697 697 _outEphPortLineEdit->setMaximumWidth(9*ww); 698 698 699 eLayout->addWidget(new QLabel("Saving RINEX navigation files and ephemeris output through IP port. "),0,0,1,70);699 eLayout->addWidget(new QLabel("Saving RINEX navigation files and ephemeris output through IP port.<br>"),0,0,1,70); 700 700 eLayout->addWidget(new QLabel("Directory"), 1, 0); 701 701 eLayout->addWidget(_ephPathLineEdit, 1, 1, 1,30); … … 718 718 _corrPortLineEdit->setMaximumWidth(9*ww); 719 719 720 cLayout->addWidget(new QLabel("Saving Broadcast Ephemeris correction files and correction output through IP port. "),0,0,1,70);720 cLayout->addWidget(new QLabel("Saving Broadcast Ephemeris correction files and correction output through IP port.<br>"),0,0,1,70); 721 721 cLayout->addWidget(new QLabel("Directory, ASCII"), 1, 0); 722 722 cLayout->addWidget(_corrPathLineEdit, 1, 1, 1,30); … … 738 738 _outUPortLineEdit->setMaximumWidth(9*ww); 739 739 740 sLayout->addWidget(new QLabel("Output decoded observations in ASCII format to feed a real-time GNSS network engine. "),0,0,1,50);740 sLayout->addWidget(new QLabel("Output decoded observations in ASCII format to feed a real-time GNSS network engine.<br>"),0,0,1,50); 741 741 sLayout->addWidget(new QLabel("Port"), 1, 0); 742 742 sLayout->addWidget(_outPortLineEdit, 1, 1); … … 766 766 _serialHeightNMEALineEdit->setMaximumWidth(8*ww); 767 767 768 serLayout->addWidget(new QLabel("Port settings to feed a serial connected receiver. "),0,0,1,30);768 serLayout->addWidget(new QLabel("Port settings to feed a serial connected receiver.<br>"),0,0,1,30); 769 769 serLayout->addWidget(new QLabel("Mountpoint"), 1, 0, Qt::AlignLeft); 770 770 serLayout->addWidget(_serialMountPointLineEdit, 1, 1, 1, 2); … … 800 800 _adviseRecoSpinBox->setMaximumWidth(9*ww); 801 801 802 aLayout->addWidget(new QLabel("Failure and recovery reports, advisory notes. "),0,0,1,50,Qt::AlignLeft);802 aLayout->addWidget(new QLabel("Failure and recovery reports, advisory notes.<br>"),0,0,1,50,Qt::AlignLeft); 803 803 aLayout->addWidget(new QLabel("Observation rate"), 1, 0); 804 804 aLayout->addWidget(_obsRateComboBox, 1, 1); … … 821 821 _miscPortLineEdit->setMaximumWidth(9*ww); 822 822 823 rLayout->addWidget(new QLabel("Log latencies or scan RTCM streams for message types and antenna information or output raw data through TCP/IP port. "),0, 0,1,50);823 rLayout->addWidget(new QLabel("Log latencies or scan RTCM streams for message types and antenna information or output raw data through TCP/IP port.<br>"),0, 0,1,50); 824 824 rLayout->addWidget(new QLabel("Mountpoint"), 1, 0); 825 825 rLayout->addWidget(_miscMountLineEdit, 1, 1, 1, 7); … … 881 881 pppLayout1->addWidget(_pppWidgets._snxtroSampl, ir, 6); 882 882 ++ir; 883 pppLayout1->addWidget(new QLabel(""), ir, 7);884 ++ir;885 883 pppLayout1->setRowStretch(ir, 999); 886 884 … … 889 887 890 888 QVBoxLayout* pppLayout2 = new QVBoxLayout(); 891 pppLayout2->addWidget(new QLabel("Precise Point Positioning - Processed Stations. "));889 pppLayout2->addWidget(new QLabel("Precise Point Positioning - Processed Stations.<br>")); 892 890 pppLayout2->addWidget(_pppWidgets._staTable, 99); 893 891 QHBoxLayout* pppLayout2sub = new QHBoxLayout(); … … 902 900 QGridLayout* pppLayout3 = new QGridLayout(); 903 901 ir = 0; 904 pppLayout3->addWidget(new QLabel("Precise Point Positioning - Options. "), ir, 0, 1, 2, Qt::AlignLeft);902 pppLayout3->addWidget(new QLabel("Precise Point Positioning - Options.<br>"), ir, 0, 1, 2, Qt::AlignLeft); 905 903 ++ir; 906 904 pppLayout3->addWidget(new QLabel("GPS LCs"), ir, 0, Qt::AlignLeft); … … 951 949 QGridLayout* pppLayout4 = new QGridLayout(); 952 950 ir = 0; 953 pppLayout4->addWidget(new QLabel("Precise Point Positioning - Plots. "), ir, 0, 1, 50, Qt::AlignLeft);951 pppLayout4->addWidget(new QLabel("Precise Point Positioning - Plots.<br>"), ir, 0, 1, 50, Qt::AlignLeft); 954 952 ++ir; 955 953 pppLayout4->addWidget(new QLabel("PPP Plot"), ir, 0, Qt::AlignLeft); … … 1025 1023 1026 1024 ir = 0; 1027 reqcLayout->addWidget(new QLabel("RINEX file editing, concatenation and quality check. "),ir, 0, 1, 8);1025 reqcLayout->addWidget(new QLabel("RINEX file editing, concatenation and quality check.<br>"),ir, 0, 1, 8); 1028 1026 ++ir; 1029 1027 reqcLayout->addWidget(new QLabel("Action"), ir, 0); … … 1094 1092 1095 1093 ir = 0; 1096 sp3CompLayout->addWidget(new QLabel("Orbit and clock comparison. "), ir, 0, 1, 40);1094 sp3CompLayout->addWidget(new QLabel("Orbit and clock comparison.<br>"), ir, 0, 1, 40); 1097 1095 ++ir; 1098 1096 sp3CompLayout->addWidget(new QLabel("Input SP3 files (full path)"), ir, 0, Qt::AlignLeft); … … 1123 1121 populateCmbTable(); 1124 1122 cmbLayout->addWidget(_cmbTable, 0, 0, 8, 3); 1125 cmbLayout->addWidget(new QLabel(" Combine Broadcast Correction streams. "), 1, 6, 1, 10);1123 cmbLayout->addWidget(new QLabel(" Combine Broadcast Correction streams.<br>"), 1, 6, 1, 10); 1126 1124 cmbLayout->addWidget(addCmbRowButton, 2, 6); 1127 1125 cmbLayout->addWidget(delCmbRowButton, 2, 7); … … 1166 1164 populateUploadTable(); 1167 1165 1168 uploadLayout->addWidget(new QLabel("Upload RTCM Version 3 Broadcast Corrections to caster. "));1166 uploadLayout->addWidget(new QLabel("Upload RTCM Version 3 Broadcast Corrections to caster.<br>")); 1169 1167 uploadLayout->addWidget(_uploadTable); 1170 1168 uploadLayout->addLayout(uploadHlpLayout); … … 1181 1179 _uploadEphMountpointLineEdit->setMaximumWidth(12*ww); 1182 1180 1183 uploadLayoutEph->addWidget(new QLabel("Upload concatenated RTCMv3 Broadcast Ephemeris to caster. "), 0, 0, 1, 50);1181 uploadLayoutEph->addWidget(new QLabel("Upload concatenated RTCMv3 Broadcast Ephemeris to caster.<br>"), 0, 0, 1, 50); 1184 1182 uploadLayoutEph->addWidget(new QLabel("Host"), 1, 0); 1185 1183 uploadLayoutEph->addWidget(_uploadEphHostLineEdit, 1, 1, 1, 3);
Note:
See TracChangeset
for help on using the changeset viewer.