Changeset 3244 in ntrip
- Timestamp:
- Apr 3, 2011, 10:09:26 AM (14 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bnc.pro ¶
r3238 r3244 43 43 bnctides.h bncmap.h bncmapview.h bncantex.h \ 44 44 bncephuser.h bncoutf.h bncclockrinex.h bncsp3.h \ 45 bncbytescounter.h \ 45 46 upload/bncrtnetdecoder.h upload/bncuploadcaster.h \ 46 47 upload/bncrtnetuploadcaster.h upload/bnccustomtrafo.h \ … … 76 77 bnctides.cpp bncmap.cpp bncmapview.cpp bncantex.cpp \ 77 78 bncephuser.cpp bncoutf.cpp bncclockrinex.cpp bncsp3.cpp \ 79 bncbytescounter.cpp \ 78 80 upload/bncrtnetdecoder.cpp upload/bncuploadcaster.cpp \ 79 81 upload/bncrtnetuploadcaster.cpp upload/bnccustomtrafo.cpp \ -
TabularUnified trunk/BNC/bncwindow.cpp ¶
r3242 r3244 993 993 uploadLayoutEph->addWidget(_uploadEphHostLineEdit, 0, 1, 1, 3); 994 994 uploadLayoutEph->addWidget(new QLabel(" Port"), 0, 4, Qt::AlignRight); 995 uploadLayoutEph->addWidget(_uploadEphPortLineEdit, 0, 5, 1, 1 0);995 uploadLayoutEph->addWidget(_uploadEphPortLineEdit, 0, 5, 1, 1); 996 996 uploadLayoutEph->addWidget(new QLabel("Mountpoint "), 1, 0); 997 997 uploadLayoutEph->addWidget(_uploadEphMountpointLineEdit, 1, 1); … … 1000 1000 uploadLayoutEph->addWidget(new QLabel("Sampling"), 2, 0); 1001 1001 uploadLayoutEph->addWidget(_uploadEphSampleSpinBox, 2, 1); 1002 uploadLayoutEph->addWidget(new QLabel("Upload concatenated RTCMv3 Broadcast Ephemeris to caster."), 3, 0, 1, 50); 1002 uploadLayoutEph->addWidget(new QLabel("Upload concatenated RTCMv3 Broadcast Ephemeris to caster."), 3, 0, 1, 5); 1003 1004 uploadLayoutEph->addWidget(new QLabel("0 byte(s)"), 3, 5); 1003 1005 1004 1006 uploadEphgroup->setLayout(uploadLayoutEph);
Note:
See TracChangeset
for help on using the changeset viewer.