Changeset 3618 in ntrip
- Timestamp:
- Jan 22, 2012, 2:08:57 PM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3617 r3618 935 935 _postCorrFileChooser->setWhatsThis(tr("Full Path to DGPS Correction File")); 936 936 937 _postOutLineEdit = new QLineEdit(settings.value("postOutFile").toString()); 938 937 939 int ir = 0; 938 940 pppLayout->addWidget(new QLabel("<b>Precise Point Positioning (Panel 1)</b>"), ir, 0, 1, 8); … … 976 978 } 977 979 pppLayout->addLayout(hlpLayout, ir, 1, 1, 7); 980 ++ir; 981 pppLayout->addWidget(_postOutLineEdit); 982 pppLayout->addWidget(new QLabel("Output")); 978 983 979 984 pppgroup->setLayout(pppLayout); … … 1030 1035 ppp2Layout->addWidget(_pppAverageLineEdit, ir, 3, Qt::AlignRight); 1031 1036 ppp2Layout->addWidget(new QLabel("Averaging (min)") , ir, 4); 1032 ++ir;1033 ppp2Layout->addWidget(new QLabel(" "), ir, 0);1034 ppp2Layout->setRowStretch(ir, 99);1035 1037 1036 1038 ppp2group->setLayout(ppp2Layout); … … 1558 1560 settings.setValue("postNavFile", _postNavFileChooser->fileName()); 1559 1561 settings.setValue("postCorrFile", _postCorrFileChooser->fileName()); 1562 settings.setValue("postOutFile", _postOutLineEdit->text()); 1560 1563 1561 1564 if (_caster) { -
trunk/BNC/bncwindow.h
r3610 r3618 162 162 QProgressBar* _postProgressBar; 163 163 QLabel* _postProgressLabel; 164 QLineEdit* _postOutLineEdit; 164 165 165 166 QCheckBox* _rnxV3CheckBox;
Note:
See TracChangeset
for help on using the changeset viewer.