PDA

View Full Version : member function to read data from a combobox



babygal
17th August 2010, 11:40
What is the member function that is used to read data from a combobox?

Zlatomir
17th August 2010, 11:43
currentText() (http://doc.trolltech.com/4.6/qcombobox.html#currentText-prop)

tbscope
17th August 2010, 11:44
currentText or currentIndex

Or itemText(index)