- Timestamp:
- Mar 12, 2015, 1:52:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6650 r6655 690 690 _outEphPortLineEdit->setMaximumWidth(9*ww); 691 691 692 eLayout->addWidget(new QLabel("Saving RINEX ephemerisfiles and ephemeris output through IP port."),0,0,1,70);692 eLayout->addWidget(new QLabel("Saving RINEX navigation files and ephemeris output through IP port."),0,0,1,70); 693 693 eLayout->addWidget(new QLabel("Directory"), 1, 0); 694 694 eLayout->addWidget(_ephPathLineEdit, 1, 1, 1,30); … … 732 732 733 733 sLayout->addWidget(new QLabel("Output decoded observations in ASCII format to feed a real-time GNSS network engine."),0,0,1,50); 734 sLayout->addWidget(new QLabel("Port"), 1, 0);735 sLayout->addWidget(_outPortLineEdit, 1, 1);736 sLayout->addWidget(new QLabel(" Wait for full obs epoch"),1, 2, Qt::AlignRight);737 sLayout->addWidget(_waitTimeSpinBox, 1, 3, Qt::AlignLeft);738 sLayout->addWidget(new QLabel("Sampling"), 2, 0);739 sLayout->addWidget(_binSamplSpinBox, 2, 1, Qt::AlignLeft);740 sLayout->addWidget(new QLabel("File (full path)"), 3, 0);741 sLayout->addWidget(_outFileLineEdit, 3, 1, 1, 20);742 sLayout->addWidget(new QLabel("Port (unsynchronized)"), 4, 0);743 sLayout->addWidget(_outUPortLineEdit, 4, 1);744 sLayout->addWidget(new QLabel(""), 5, 1);734 sLayout->addWidget(new QLabel("Port"), 1, 0); 735 sLayout->addWidget(_outPortLineEdit, 1, 1); 736 sLayout->addWidget(new QLabel(" Wait for full obs epoch"), 1, 2, Qt::AlignRight); 737 sLayout->addWidget(_waitTimeSpinBox, 1, 3, Qt::AlignLeft); 738 sLayout->addWidget(new QLabel("Sampling"), 2, 0); 739 sLayout->addWidget(_binSamplSpinBox, 2, 1, Qt::AlignLeft); 740 sLayout->addWidget(new QLabel("File (full path)"), 3, 0); 741 sLayout->addWidget(_outFileLineEdit, 3, 1, 1, 20); 742 sLayout->addWidget(new QLabel("Port (unsynchronized)"), 4, 0); 743 sLayout->addWidget(_outUPortLineEdit, 4, 1); 744 sLayout->addWidget(new QLabel(""), 5, 1); 745 745 sLayout->setRowStretch(6, 999); 746 746 … … 801 801 aLayout->addWidget(_adviseRecoSpinBox, 3, 1); 802 802 aLayout->addWidget(new QLabel("Script (full path)"), 4, 0); 803 aLayout->addWidget(_adviseScriptLineEdit, 4, 1, 1, 30);803 aLayout->addWidget(_adviseScriptLineEdit, 4, 1, 1,20); 804 804 aLayout->addWidget(new QLabel(""), 5, 1); 805 805 aLayout->setRowStretch(6, 999); … … 816 816 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); 817 817 rLayout->addWidget(new QLabel("Mountpoint"), 1, 0); 818 rLayout->addWidget(_miscMountLineEdit, 1, 1, 1, 7);818 rLayout->addWidget(_miscMountLineEdit, 1, 1, 1, 7); 819 819 rLayout->addWidget(new QLabel("Log latency"), 2, 0); 820 820 rLayout->addWidget(_perfIntrComboBox, 2, 1);
Note:
See TracChangeset
for help on using the changeset viewer.