- Timestamp:
- Jan 17, 2009, 5:40:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnctabledlg.cpp
r1481 r1482 69 69 70 70 _casterHostComboBox = new QComboBox(); 71 _casterHostComboBox->setMaxCount(10); 71 72 _casterHostComboBox->setDuplicatesEnabled(false); 72 73 _casterHostComboBox->setEditable(true); … … 558 559 url.setPort(newCasterPort.toInt()); 559 560 addUrl(url); 561 562 _casterHostComboBox->setCurrentIndex(0); 560 563 } 561 564 … … 587 590 //////////////////////////////////////////////////////////////////////////// 588 591 void bncTableDlg::slotCasterHostChanged(const QString& newHost) { 592 593 cout << "current index: " << _casterHostComboBox->currentIndex() << endl; 594 589 595 QSettings settings; 590 596 QStringList casterUrlList = settings.value("casterUrlList").toStringList();
Note:
See TracChangeset
for help on using the changeset viewer.