Changeset 2981 in ntrip
- Timestamp:
- Feb 6, 2011, 7:56:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r2979 r2981 767 767 _pppAverageLineEdit->setMaximumWidth(6*ww); 768 768 _pppQuickStartLineEdit->setMaximumWidth(6*ww); 769 _pppRefCrdXLineEdit->setMaximumWidth(1 4*ww);770 _pppRefCrdYLineEdit->setMaximumWidth(1 4*ww);771 _pppRefCrdZLineEdit->setMaximumWidth(1 4*ww);769 _pppRefCrdXLineEdit->setMaximumWidth(10*ww); 770 _pppRefCrdYLineEdit->setMaximumWidth(10*ww); 771 _pppRefCrdZLineEdit->setMaximumWidth(10*ww); 772 772 _pppSync->setMaximumWidth(6*ww); 773 773 _pppSPPComboBox->setMaximumWidth(8*ww); … … 778 778 pppLayout->addWidget(new QLabel(" X "), 0, 3, Qt::AlignRight); 779 779 pppLayout->addWidget(_pppRefCrdXLineEdit, 0, 4); 780 pppLayout->addWidget(new QLabel(" Y "),0, 5, Qt::AlignRight);780 pppLayout->addWidget(new QLabel(" Y "), 0, 5, Qt::AlignRight); 781 781 pppLayout->addWidget(_pppRefCrdYLineEdit, 0, 6); 782 pppLayout->addWidget(new QLabel(" Z "),0, 7, Qt::AlignRight);782 pppLayout->addWidget(new QLabel(" Z "), 0, 7, Qt::AlignRight); 783 783 pppLayout->addWidget(_pppRefCrdZLineEdit, 0, 8); 784 pppLayout->addWidget(new QLabel("Corr Mountpoint "),1, 0);784 pppLayout->addWidget(new QLabel("Corr Mountpoint "), 1, 0); 785 785 pppLayout->addWidget(_pppCorrMountLineEdit, 1, 1); 786 786 pppLayout->addWidget(new QLabel("Options"), 2, 0, 1, 5); … … 792 792 pppLayout->addWidget(new QLabel("Use GLONASS"), 2, 6); 793 793 pppLayout->addWidget(_pppGalileoCheckBox, 2, 7, Qt::AlignRight); 794 pppLayout->addWidget(new QLabel("Use Galileo "),2, 8);794 pppLayout->addWidget(new QLabel("Use Galileo "), 2, 8); 795 795 pppLayout->addWidget(new QLabel("Options cont'd"), 3, 0); 796 796 pppLayout->addWidget(_pppSigCrd0, 3, 1, Qt::AlignRight); 797 pppLayout->addWidget(new QLabel("Sigma XYZ Init "),3, 2);797 pppLayout->addWidget(new QLabel("Sigma XYZ Init "), 3, 2); 798 798 pppLayout->addWidget(_pppSigCrdP, 3, 3, Qt::AlignRight); 799 pppLayout->addWidget(new QLabel("Sigma XYZ Noise "),3, 4);799 pppLayout->addWidget(new QLabel("Sigma XYZ Noise "), 3, 4); 800 800 pppLayout->addWidget(_pppQuickStartLineEdit, 3, 5, Qt::AlignRight); 801 pppLayout->addWidget(new QLabel("Quick-Start (sec) ") ,3, 6);801 pppLayout->addWidget(new QLabel("Quick-Start (sec)"), 3, 6); 802 802 pppLayout->addWidget(_pppPlotCoordinates, 3, 7, Qt::AlignRight); 803 803 pppLayout->addWidget(new QLabel("PPP Plot"), 3, 8);
Note:
See TracChangeset
for help on using the changeset viewer.