and what about combobox:
Qt Code:
  1. void myEditDialog::on_myFirstComboBox_currentIndexChanged(int index)
  2. {
  3.  
  4. }
To copy to clipboard, switch view to plain text mode 

should i do it like this?