Hi. I've got a question. I read documentation of QComboBox but I don't know what's the difference between activated() and highlighted(). I want to do something like this: If number 1 is selected in comboBox, and user clicks ok button, than another window is displayed. Which of there 2 functions should I use?