void Q3ComboBox::highlighted ( int index ) [signal]
This signal is emitted when a new item has been set to be the current item. The index is the position of the item in the combobox.
This signal is not emitted if the item is changed programmatically, e.g. using setCurrentItem().
按说明,这个东西在setCurrentItem后是不会调用cb_slot的.
按你说的,我觉得也不应该会out of range的,只是你过程是有没有类似于clear的操作?
在cb_slot里检查一下,是不是真的没有item0和item1?