Hi

Using a QComboBox to control values in my application. I have a number of these to set various parameters. For examples 1 have a combobox with values 7,9,11,3,15. I want to send these values to my app class. However only the index is sent, i.e for the first value 7 then value 0 . What is the best way of sending the actual comboxbox value instead of the index to my app class

Best Regards