Changeset 1482 in ntrip


Ignore:
Timestamp:
Jan 17, 2009, 5:40:51 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.cpp

    r1481 r1482  
    6969
    7070  _casterHostComboBox = new QComboBox();
     71  _casterHostComboBox->setMaxCount(10);
    7172  _casterHostComboBox->setDuplicatesEnabled(false);
    7273  _casterHostComboBox->setEditable(true);
     
    558559  url.setPort(newCasterPort.toInt());
    559560  addUrl(url);
     561 
     562  _casterHostComboBox->setCurrentIndex(0);
    560563}
    561564
     
    587590////////////////////////////////////////////////////////////////////////////
    588591void bncTableDlg::slotCasterHostChanged(const QString& newHost) {
     592
     593  cout << "current index: " << _casterHostComboBox->currentIndex() << endl;
     594
    589595  QSettings settings;
    590596  QStringList casterUrlList = settings.value("casterUrlList").toStringList();
Note: See TracChangeset for help on using the changeset viewer.