Changeset 3807 in ntrip
- Timestamp:
- Apr 6, 2012, 6:04:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3806 r3807 898 898 pppLayout->addWidget(new QLabel("Corr"), ir,83, 1, 9); 899 899 ++ir; 900 pppLayout->addWidget(new QLabel("Post-Proc. cont'd"),ir, 0, 1, 10);900 pppLayout->addWidget(new QLabel("Post-Proc. Output"),ir, 0, 1, 10); 901 901 pppLayout->addWidget(_postOutLineEdit, ir,10, 1, 40); 902 pppLayout->addWidget(new QLabel(" Output"), ir,50);902 pppLayout->addWidget(new QLabel(" "), ir,50); 903 903 904 904 pppgroup->setLayout(pppLayout);
Note:
See TracChangeset
for help on using the changeset viewer.