hello, I would like to control the input of a ComboBox My input must be an integer so I use this command: self.MyComboBox.setValidator(QIntValidator(self.MyComboBox)) but no control takes effect What syntax I may used? thanks olivier fournier