You can find item's index with int QComboBox::findText() method, and pass this index to void setCurrentIndex ( int index ), it's all in the docs.
You can find item's index with int QComboBox::findText() method, and pass this index to void setCurrentIndex ( int index ), it's all in the docs.
Archa4 (19th May 2011)
Bookmarks