Changeset 681 in ntrip


Ignore:
Timestamp:
Feb 13, 2008, 11:56:29 AM (16 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r679 r681  
    382382  }
    383383
    384   bool   wrongEpoch = false;
     384  bool wrongEpoch = false;
    385385  bool decode = true;
    386386  int numSucc = 0;
  • trunk/BNC/bncwindow.cpp

    r679 r681  
    303303  pLayout->addWidget(new QLabel("Proxy port"),1,0, Qt::AlignLeft);
    304304  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);
    306306  pLayout->addWidget(new QLabel("    "),3,0);
    307307  pLayout->addWidget(new QLabel("    "),4,0);
     
    336336  QGridLayout* eLayout = new QGridLayout;
    337337  eLayout->setColumnMinimumWidth(0,12*ww);
    338   eLayout->addWidget(new QLabel("Interval"),                      0, 0);
    339   eLayout->addWidget(_ephIntrComboBox,                            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);
    344344  eLayout->addWidget(new QLabel("Version 3"),                     3, 0);
    345345  eLayout->addWidget(_ephV3CheckBox,                              3, 1);
     
    351351  QGridLayout* aLayout = new QGridLayout;
    352352  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(_adviseRecoSpinBox,                          1, 1);
    357   aLayout->addWidget(new QLabel("Script (full path)"),            2, 0);
    358   aLayout->addWidget(_adviseScriptLineEdit,                       2, 1);
    359   aLayout->addWidget(new QLabel("Inspect segment"),               3, 0);
    360   aLayout->addWidget(_inspSegmSpinBox,                            3, 1);
    361   aLayout->addWidget(new QLabel("Advisory notes, 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);
    362362  aLayout->addWidget(new QLabel("    "),5,0);
    363363  agroup->setLayout(aLayout);
     
    368368  oLayout->setColumnMinimumWidth(2,12*ww);
    369369  oLayout->setColumnMinimumWidth(3,40*ww);
    370   oLayout->addWidget(new QLabel("Interval"),                      0, 0);
    371   oLayout->addWidget(_rnxIntrComboBox,                            0, 1);
    372   oLayout->addWidget(new QLabel("Sampling"),                      0, 2, Qt::AlignRight);
    373   oLayout->addWidget(_rnxSamplSpinBox,                            0, 3, Qt::AlignLeft);
    374   oLayout->addWidget(new QLabel("Directory"),                     1, 0);
    375   oLayout->addWidget(_rnxPathLineEdit,                            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);
    376376  oLayout->addWidget(new QLabel("Skeleton"),                      2, 0);
    377377  oLayout->addWidget(_rnxSkelLineEdit,                            2, 1);
Note: See TracChangeset for help on using the changeset viewer.