Changeset 3770 in ntrip
- Timestamp:
- Apr 4, 2012, 2:46:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3769 r3770 831 831 // ---------- 832 832 QGridLayout* pppLayout = new QGridLayout; 833 pppLayout->setColumnMinimumWidth(0,14*ww); // weber 833 834 _pppSigCLineEdit->setMaximumWidth(6*ww); 834 835 _pppSigPLineEdit->setMaximumWidth(6*ww); … … 847 848 _pppRefdULineEdit->setMaximumWidth(5*ww); 848 849 _pppSync->setMaximumWidth(6*ww); 849 _pppSPPComboBox->setMaximumWidth(15*ww); 850 _pppSPPComboBox->setMinimumWidth(15*ww); 851 //_pppSPPComboBox->setMaximumWidth(15*ww); // weber 850 852 _pppNMEAPortLineEdit->setMaximumWidth(10*ww); 851 853 … … 861 863 pppLayout->addWidget(new QLabel("Precise Point Positioning, Panel 1."), ir, 0, 1, 80); 862 864 ++ir; 863 pppLayout->addWidget(new QLabel("Obs Mountpoint"), 865 pppLayout->addWidget(new QLabel("Obs. Mountpoint"), ir, 0, 1, 10); 864 866 pppLayout->addWidget(_pppMountLineEdit, ir,10, 1, 10); 865 pppLayout->addWidget(_pppSPPComboBox, ir,20, 1, 1 0);866 pppLayout->addWidget(new QLabel(" ir,30, 1, 10, Qt::AlignRight);867 pppLayout->addWidget(_pppRefCrdXLineEdit, ir,40, 1, 1 0);867 pppLayout->addWidget(_pppSPPComboBox, ir,20, 1, 15); 868 pppLayout->addWidget(new QLabel(" X "), ir,35, 1, 5, Qt::AlignRight); 869 pppLayout->addWidget(_pppRefCrdXLineEdit, ir,40, 1, 13); 868 870 pppLayout->addWidget(new QLabel(" Y "), ir,50, 1, 10, Qt::AlignRight); 869 pppLayout->addWidget(_pppRefCrdYLineEdit, ir,60, 1, 1 0);871 pppLayout->addWidget(_pppRefCrdYLineEdit, ir,60, 1, 13); 870 872 pppLayout->addWidget(new QLabel(" Z "), ir,70, 1, 10, Qt::AlignRight); 871 pppLayout->addWidget(_pppRefCrdZLineEdit, ir,80, 1, 1 0);873 pppLayout->addWidget(_pppRefCrdZLineEdit, ir,80, 1, 13); 872 874 ++ir; 873 pppLayout->addWidget(new QLabel("Corr Mountpoint "), 875 pppLayout->addWidget(new QLabel("Corr. Mountpoint "),ir, 0, 1, 10); 874 876 pppLayout->addWidget(_pppCorrMountLineEdit, ir,10, 1, 20); 875 pppLayout->addWidget(new QLabel(" 877 pppLayout->addWidget(new QLabel(" dN "), ir,30, 1, 10, Qt::AlignRight); 876 878 pppLayout->addWidget(_pppRefdNLineEdit, ir,40, 1, 10); 877 879 pppLayout->addWidget(new QLabel(" dE "), ir,50, 1, 10, Qt::AlignRight);
Note:
See TracChangeset
for help on using the changeset viewer.