Changeset 3806 in ntrip
- Timestamp:
- Apr 6, 2012, 6:00:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncwindow.cpp ¶
r3805 r3806 841 841 _pppRefCrdYLineEdit->setMaximumWidth(10*ww); 842 842 _pppRefCrdZLineEdit->setMaximumWidth(10*ww); 843 _pppRefdNLineEdit->setMaximumWidth( 5*ww);844 _pppRefdELineEdit->setMaximumWidth( 5*ww);845 _pppRefdULineEdit->setMaximumWidth( 5*ww);843 _pppRefdNLineEdit->setMaximumWidth(6*ww); 844 _pppRefdELineEdit->setMaximumWidth(6*ww); 845 _pppRefdULineEdit->setMaximumWidth(6*ww); 846 846 _pppSync->setMaximumWidth(6*ww); 847 847 _pppSPPComboBox->setMinimumWidth(15*ww); … … 861 861 pppLayout->addWidget(new QLabel("Mode & Mountpnts"), ir, 0, 1, 10); 862 862 pppLayout->addWidget(_pppSPPComboBox, ir,10, 1, 20); 863 pppLayout->addWidget(_pppMountLineEdit, ir,30, 1, 1 5, Qt::AlignRight);864 pppLayout->addWidget(new QLabel("Obs."), ir,4 5, 1, 5);865 pppLayout->addWidget(_pppCorrMountLineEdit, ir,5 0, 1, 13, Qt::AlignRight);863 pppLayout->addWidget(_pppMountLineEdit, ir,30, 1, 19, Qt::AlignRight); 864 pppLayout->addWidget(new QLabel("Obs."), ir,49, 1, 5); 865 pppLayout->addWidget(_pppCorrMountLineEdit, ir,54, 1, 9, Qt::AlignRight); 866 866 pppLayout->addWidget(new QLabel("Corr."), ir,63, 1, 10); 867 867 ++ir; … … 869 869 pppLayout->addWidget(_pppRefCrdXLineEdit, ir,10, 1, 20, Qt::AlignRight); 870 870 pppLayout->addWidget(new QLabel("X "), ir,30, 1, 5); 871 pppLayout->addWidget(_pppRefCrdYLineEdit, ir,35, 1, 1 0, Qt::AlignRight);872 pppLayout->addWidget(new QLabel("Y"), ir,4 5, 1, 5);873 pppLayout->addWidget(_pppRefCrdZLineEdit, ir,5 0, 1, 13, Qt::AlignRight);871 pppLayout->addWidget(_pppRefCrdYLineEdit, ir,35, 1, 14, Qt::AlignRight); 872 pppLayout->addWidget(new QLabel("Y"), ir,49, 1, 5); 873 pppLayout->addWidget(_pppRefCrdZLineEdit, ir,54, 1, 9, Qt::AlignRight); 874 874 pppLayout->addWidget(new QLabel("Z"), ir,63, 1, 10); 875 875 ++ir; … … 877 877 pppLayout->addWidget(_pppRefdNLineEdit, ir,10, 1, 20, Qt::AlignRight); 878 878 pppLayout->addWidget(new QLabel("dN"), ir,30, 1, 5); 879 pppLayout->addWidget(_pppRefdELineEdit, ir,35, 1, 1 0, Qt::AlignRight);880 pppLayout->addWidget(new QLabel("dE"), ir,4 5, 1, 5);881 pppLayout->addWidget(_pppRefdULineEdit, ir,5 0, 1, 13, Qt::AlignRight);879 pppLayout->addWidget(_pppRefdELineEdit, ir,35, 1, 14, Qt::AlignRight); 880 pppLayout->addWidget(new QLabel("dE"), ir,49, 1, 5); 881 pppLayout->addWidget(_pppRefdULineEdit, ir,54, 1, 9, Qt::AlignRight); 882 882 pppLayout->addWidget(new QLabel("dU"), ir,63, 1, 10); 883 883 ++ir; … … 887 887 pppLayout->addWidget(_pppNMEAPortLineEdit, ir,40, 1, 10); 888 888 pppLayout->addWidget(new QLabel("NMEA Port"), ir,50, 1, 10); 889 pppLayout->addWidget(_pppPlotCoordinates, ir,60, 1, 3);889 pppLayout->addWidget(_pppPlotCoordinates, ir,60, 1, 3, Qt::AlignRight); 890 890 pppLayout->addWidget(new QLabel("PPP Plot"), ir,63, 1, 10); 891 891 ++ir; … … 893 893 pppLayout->addWidget(_postObsFileChooser, ir,10, 1, 25); 894 894 pppLayout->addWidget(new QLabel("Obs "), ir,35, 1, 5); 895 pppLayout->addWidget(_postNavFileChooser, ir,40, 1, 20);896 pppLayout->addWidget(new QLabel("Nav "), ir, 60, 1, 5);897 pppLayout->addWidget(_postCorrFileChooser, ir,6 5, 1, 22);898 pppLayout->addWidget(new QLabel("Corr"), ir,8 7, 1, 5);895 pppLayout->addWidget(_postNavFileChooser, ir,40, 1, 16); 896 pppLayout->addWidget(new QLabel("Nav "), ir,56, 1, 5); 897 pppLayout->addWidget(_postCorrFileChooser, ir,61, 1, 22); 898 pppLayout->addWidget(new QLabel("Corr"), ir,83, 1, 9); 899 899 ++ir; 900 900 pppLayout->addWidget(new QLabel("Post-Proc. cont'd"),ir, 0, 1, 10);
Note:
See TracChangeset
for help on using the changeset viewer.