Changeset 3328 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Jul 17, 2011, 12:10:55 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3284 r3328  
    469469  _cmbTable->horizontalHeader()->setStretchLastSection(true);
    470470  _cmbTable->horizontalHeader()->setDefaultAlignment(Qt::AlignLeft);
     471 
     472  _cmbMaxresLineEdit = new QLineEdit(settings.value("cmbMaxres").toString());
    471473
    472474  QPushButton* addCmbRowButton = new QPushButton("Add Row");
     
    971973  connect(addCmbRowButton, SIGNAL(clicked()), this, SLOT(slotAddCmbRow()));
    972974  cmbLayout->addWidget(delCmbRowButton,2,3);
     975  cmbLayout->addWidget(new QLabel("Maximal Residuum"), 4, 3);
     976  cmbLayout->addWidget(_cmbMaxresLineEdit,             4, 4, Qt::AlignRight);
    973977  connect(delCmbRowButton, SIGNAL(clicked()), this, SLOT(slotDelCmbRow()));
    974978
     
    14491453    settings.setValue("combineStreams", "");
    14501454  }
     1455  settings.setValue("cmbMaxres", _cmbMaxresLineEdit->text());
    14511456
    14521457  if (!uploadMountpointsOut.isEmpty()) {
Note: See TracChangeset for help on using the changeset viewer.