hey there i have a QComboBox with 3 different items inside it. i basically want to select 1 of the items and then i want them to alter an integer, i. e. if selection 1 is chosen from the QComboBox then int selection = 1, if item 2 is chosen then int selection = 2 etc. i was looking at the QComboBox library but i cant find how to do this - any idea's?