Changeset 240 in ntrip
- Timestamp:
- Oct 11, 2006, 4:02:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r239 r240 201 201 layout->addWidget(_outPortLineEdit, 3, 2); 202 202 203 layout->addWidget(new QLabel("RINEX directory path"),4, 0, 1, 2);203 layout->addWidget(new QLabel("RINEX directory"), 4, 0, 1, 2); 204 204 layout->addWidget(_rnxPathLineEdit, 4, 2, 1, 3); 205 205 … … 218 218 layout->addWidget(_mountPointsTable, 9, 0, 1, 5); 219 219 220 layout->addWidget(new QLabel("Log file (full path)"),10, 0, 1, 2);220 layout->addWidget(new QLabel("Log (full path)"), 10, 0, 1, 2); 221 221 layout->addWidget(_logFileLineEdit, 10, 2, 1, 3); 222 222 layout->addWidget(_log, 11, 0, 1, 5);
Note:
See TracChangeset
for help on using the changeset viewer.