Changeset 2801 in ntrip
- Timestamp:
- Dec 15, 2010, 2:48:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncwindow.cpp ¶
r2794 r2801 74 74 static const QStringList labels = QString("account, Streams: resource loader / mountpoint, decoder, lat, long, nmea, ntrip, bytes").split(","); 75 75 76 setMinimumSize( 95*ww, 65*ww);76 setMinimumSize(85*ww, 65*ww); 77 77 78 78 setWindowTitle(tr("BKG Ntrip Client (BNC) Version " BNCVERSION)); … … 474 474 _pppGLONASSCheckBox->setWhatsThis(tr("<p>By default BNC does not use GLONASS observations in PPP mode.</p><p>Tick 'Use GLONASS' for a combined processing of both, GPS and GLONASS observations in PPP mode.</p>")); 475 475 _pppGalileoCheckBox->setWhatsThis(tr("<p>By default BNC does not use Galileo observations in PPP mode.</p><p>Tick 'Use Galileo' for a combined processing of both, GPS and Galileo observations in PPP mode.</p>")); 476 _pppPlotCoordinates->setWhatsThis(tr("<p> PPP time series of North (red), East (green) and Up (blue) coordinate components are shown in the 'PPP Plot' tabwhen this option is selected. Values will be either referred to an XYZ reference coordinate (if specified) or referred to the first estimated coordinate. The sliding PPP time series window will cover the period of the latest 5 minutes.</p><p>Note that a PPP time series makes only sense for a stationary operated receiver."));476 _pppPlotCoordinates->setWhatsThis(tr("<p>BNC will plot PPP results in the 'PPP Plot' tab as North (red), East (green) and Up (blue) displacements when this option is selected. Values will be either referred to an XYZ reference coordinate (if specified) or referred to the first estimated coordinate. The sliding PPP time series window will cover the period of the latest 5 minutes.</p><p>Note that a PPP time series makes only sense for a stationary operated receiver.")); 477 477 _pppNMEALineEdit->setWhatsThis(tr("<p>Specify the full path to a file where PPP results are saved as NMEA messages.</p>")); 478 478 _pppNMEAPortLineEdit->setWhatsThis(tr("<p>Specify an IP port number to output PPP results as NMEA messages through an IP port.</p>")); … … 733 733 _pppRefCrdYLineEdit->setMaximumWidth(14*ww); 734 734 _pppRefCrdZLineEdit->setMaximumWidth(14*ww); 735 _pppNMEAPortLineEdit->setMaximumWidth(14*ww);736 735 _pppSPPComboBox->setMaximumWidth(8*ww); 736 _pppNMEAPortLineEdit->setMaximumWidth(6*ww); 737 737 //pppLayout->setColumnMinimumWidth(0,12*ww); 738 738 pppLayout->addWidget(new QLabel("Mountpoint"), 0, 0); 739 739 pppLayout->addWidget(_pppMountLineEdit, 0, 1); 740 740 pppLayout->addWidget(_pppSPPComboBox, 0, 2); 741 pppLayout->addWidget(new QLabel(" X"), 0, 3, Qt::AlignRight);741 pppLayout->addWidget(new QLabel(" X "), 0, 3, Qt::AlignRight); 742 742 pppLayout->addWidget(_pppRefCrdXLineEdit, 0, 4); 743 pppLayout->addWidget(new QLabel(" Y"), 0, 5, Qt::AlignRight);743 pppLayout->addWidget(new QLabel(" Y "), 0, 5, Qt::AlignRight); 744 744 pppLayout->addWidget(_pppRefCrdYLineEdit, 0, 6); 745 pppLayout->addWidget(new QLabel(" Z"), 0, 7, Qt::AlignRight);745 pppLayout->addWidget(new QLabel(" Z "), 0, 7, Qt::AlignRight); 746 746 pppLayout->addWidget(_pppRefCrdZLineEdit, 0, 8); 747 747 pppLayout->addWidget(new QLabel("Options"), 1, 0, 1, 5); … … 754 754 pppLayout->addWidget(_pppGalileoCheckBox, 1, 7, Qt::AlignRight); 755 755 pppLayout->addWidget(new QLabel("Use Galileo"), 1, 8); 756 pppLayout->addWidget(_pppPlotCoordinates, 1, 9, Qt::AlignRight);757 pppLayout->addWidget(new QLabel("PPP Plot "),1,10);758 756 pppLayout->addWidget(new QLabel("Options cont'd"), 2, 0); 759 757 pppLayout->addWidget(_pppSigCLineEdit, 2, 1, Qt::AlignRight); … … 761 759 pppLayout->addWidget(_pppSigPLineEdit, 2, 3); 762 760 pppLayout->addWidget(new QLabel("Sigma Phase"), 2, 4); 763 pppLayout->addWidget(_pppQuickStartLineEdit, 2, 5); 764 pppLayout->addWidget(new QLabel("Quick-Start (sec) ") ,2, 6);761 pppLayout->addWidget(_pppQuickStartLineEdit, 2, 5, Qt::AlignRight); 762 pppLayout->addWidget(new QLabel("Quick-Start (sec) ") , 2, 6); 765 763 pppLayout->addWidget(_pppAverageLineEdit, 2, 7); 766 764 pppLayout->addWidget(new QLabel("Averaging (min)") , 2, 8); … … 769 767 pppLayout->addWidget(new QLabel("XYZ Init"), 3, 2); 770 768 pppLayout->addWidget(_pppSigCrdP, 3, 3); 771 pppLayout->addWidget(new QLabel("XYZ White Noise "),3, 4);772 pppLayout->addWidget(_pppSigTrp0, 3, 5); 769 pppLayout->addWidget(new QLabel("XYZ White Noise "), 3, 4); 770 pppLayout->addWidget(_pppSigTrp0, 3, 5, Qt::AlignRight); 773 771 pppLayout->addWidget(new QLabel("Tropo Init"), 3, 6); 774 772 pppLayout->addWidget(_pppSigTrpP, 3, 7); 775 773 pppLayout->addWidget(new QLabel("Tropo White Noise"), 3, 8); 776 pppLayout->addWidget(new QLabel("NMEA file (full path) "),4, 0); 777 pppLayout->addWidget(_pppNMEALineEdit, 4, 1, 1, 4); 778 pppLayout->addWidget(new QLabel("Port"), 4, 5, Qt::AlignRight); 779 pppLayout->addWidget(_pppNMEAPortLineEdit, 4, 6); 774 pppLayout->addWidget(new QLabel("Output"), 4, 0); 775 pppLayout->addWidget(_pppNMEALineEdit, 4, 1, 1, 3); 776 pppLayout->addWidget(new QLabel("NMEA file"), 4, 4); 777 pppLayout->addWidget(_pppNMEAPortLineEdit, 4, 5); 778 pppLayout->addWidget(new QLabel("NMEA port"), 4, 6); 779 pppLayout->addWidget(_pppPlotCoordinates, 4, 7, Qt::AlignRight); 780 pppLayout->addWidget(new QLabel("PPP Plot"), 4, 8); 780 781 781 782 pppLayout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP)."),5, 0,1,5);
Note:
See TracChangeset
for help on using the changeset viewer.