- Timestamp:
- Apr 3, 2011, 10:12:48 AM (14 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncwindow.cpp ¶
r3244 r3245 57 57 #include "bncfigureppp.h" 58 58 #include "bncversion.h" 59 #include "bncbytescounter.h" 59 60 #include "upload/bnccustomtrafo.h" 60 61 … … 519 520 _uploadEphSampleSpinBox->setValue(settings.value("uploadEphSample").toInt()); 520 521 _uploadEphSampleSpinBox->setSuffix(" sec"); 522 _uploadEphBytesCounter = new bncBytesCounter; 521 523 522 524 // WhatsThis … … 1001 1003 uploadLayoutEph->addWidget(_uploadEphSampleSpinBox, 2, 1); 1002 1004 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); 1005 uploadLayoutEph->addWidget(_uploadEphBytesCounter, 3, 5); 1005 1006 1006 1007 uploadEphgroup->setLayout(uploadLayoutEph); -
TabularUnified trunk/BNC/bncwindow.h ¶
r3240 r3245 50 50 class bncFigureLate; 51 51 class bncFigurePPP; 52 class bncBytesCounter; 52 53 53 54 class bncWindow : public QMainWindow { … … 201 202 QSpinBox* _uploadSamplSpinBox; 202 203 203 QLineEdit* _uploadEphHostLineEdit; 204 QLineEdit* _uploadEphPortLineEdit; 205 QLineEdit* _uploadEphPasswordLineEdit; 206 QLineEdit* _uploadEphMountpointLineEdit; 207 QSpinBox* _uploadEphSampleSpinBox; 204 QLineEdit* _uploadEphHostLineEdit; 205 QLineEdit* _uploadEphPortLineEdit; 206 QLineEdit* _uploadEphPasswordLineEdit; 207 QLineEdit* _uploadEphMountpointLineEdit; 208 QSpinBox* _uploadEphSampleSpinBox; 209 bncBytesCounter* _uploadEphBytesCounter; 208 210 209 211 bncCaster* _caster;
Note:
See TracChangeset
for help on using the changeset viewer.