- Timestamp:
- Feb 13, 2008, 11:56:29 AM (17 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r679 r681 382 382 } 383 383 384 bool 384 bool wrongEpoch = false; 385 385 bool decode = true; 386 386 int numSucc = 0; -
trunk/BNC/bncwindow.cpp
r679 r681 303 303 pLayout->addWidget(new QLabel("Proxy port"),1,0, Qt::AlignLeft); 304 304 pLayout->addWidget(_proxyPortLineEdit,1,1); 305 pLayout->addWidget(new QLabel("Settings for the Proxy, leave the boxes blank if none."),2, 0, 1, 2, Qt::AlignLeft);305 pLayout->addWidget(new QLabel("Settings for the proxy in protected networks, leave the boxes blank if none."),2, 0, 1, 2, Qt::AlignLeft); 306 306 pLayout->addWidget(new QLabel(" "),3,0); 307 307 pLayout->addWidget(new QLabel(" "),4,0); … … 336 336 QGridLayout* eLayout = new QGridLayout; 337 337 eLayout->setColumnMinimumWidth(0,12*ww); 338 eLayout->addWidget(new QLabel(" Interval"),0, 0);339 eLayout->addWidget(_eph IntrComboBox, 0, 1);340 eLayout->addWidget(new QLabel(" Port"),1, 0);341 eLayout->addWidget(_ outEphPortLineEdit,1, 1);342 eLayout->addWidget(new QLabel(" Directory"),2, 0);343 eLayout->addWidget(_ ephPathLineEdit,2, 1);338 eLayout->addWidget(new QLabel("Directory"), 0, 0); 339 eLayout->addWidget(_ephPathLineEdit, 0, 1); 340 eLayout->addWidget(new QLabel("Interval"), 1, 0); 341 eLayout->addWidget(_ephIntrComboBox, 1, 1); 342 eLayout->addWidget(new QLabel("Port"), 2, 0); 343 eLayout->addWidget(_outEphPortLineEdit, 2, 1); 344 344 eLayout->addWidget(new QLabel("Version 3"), 3, 0); 345 345 eLayout->addWidget(_ephV3CheckBox, 3, 1); … … 351 351 QGridLayout* aLayout = new QGridLayout; 352 352 aLayout->setColumnMinimumWidth(0,12*ww); 353 aLayout->addWidget(new QLabel(" Failure"),0, 0);354 aLayout->addWidget(_ adviseFailSpinBox,0, 1);355 aLayout->addWidget(new QLabel(" Recovery"),1, 0);356 aLayout->addWidget(_advise RecoSpinBox, 1, 1);357 aLayout->addWidget(new QLabel(" Script (full path)"),2, 0);358 aLayout->addWidget(_advise ScriptLineEdit,2, 1);359 aLayout->addWidget(new QLabel(" Inspect segment"),3, 0);360 aLayout->addWidget(_ inspSegmSpinBox,3, 1);361 aLayout->addWidget(new QLabel("Advisory not es, handling of corrupted streams."),4,0,1,2,Qt::AlignLeft);353 aLayout->addWidget(new QLabel("Inspect segment"), 0, 0); 354 aLayout->addWidget(_inspSegmSpinBox, 0, 1); 355 aLayout->addWidget(new QLabel("Failure"), 1, 0); 356 aLayout->addWidget(_adviseFailSpinBox, 1, 1); 357 aLayout->addWidget(new QLabel("Recovery"), 2, 0); 358 aLayout->addWidget(_adviseRecoSpinBox, 2, 1); 359 aLayout->addWidget(new QLabel("Script (full path)"), 3, 0); 360 aLayout->addWidget(_adviseScriptLineEdit, 3, 1); 361 aLayout->addWidget(new QLabel("Advisory notice, handling of corrupted streams."),4,0,1,2,Qt::AlignLeft); 362 362 aLayout->addWidget(new QLabel(" "),5,0); 363 363 agroup->setLayout(aLayout); … … 368 368 oLayout->setColumnMinimumWidth(2,12*ww); 369 369 oLayout->setColumnMinimumWidth(3,40*ww); 370 oLayout->addWidget(new QLabel(" Interval"),0, 0);371 oLayout->addWidget(_rnx IntrComboBox, 0, 1);372 oLayout->addWidget(new QLabel(" Sampling"), 0, 2, Qt::AlignRight);373 oLayout->addWidget(_rnx SamplSpinBox, 0, 3, Qt::AlignLeft);374 oLayout->addWidget(new QLabel(" Directory"), 1, 0);375 oLayout->addWidget(_rnx PathLineEdit, 1, 1,1,3);370 oLayout->addWidget(new QLabel("Directory"), 0, 0); 371 oLayout->addWidget(_rnxPathLineEdit, 0, 1,1,3); 372 oLayout->addWidget(new QLabel("Interval"), 1, 0); 373 oLayout->addWidget(_rnxIntrComboBox, 1, 1); 374 oLayout->addWidget(new QLabel("Sampling"), 1, 2, Qt::AlignRight); 375 oLayout->addWidget(_rnxSamplSpinBox, 1, 3, Qt::AlignLeft); 376 376 oLayout->addWidget(new QLabel("Skeleton"), 2, 0); 377 377 oLayout->addWidget(_rnxSkelLineEdit, 2, 1);
Note:
See TracChangeset
for help on using the changeset viewer.