[PyKDE] PyQt and QValidator

Olivier Fournier o.fournier at perigord.com
Fri Jun 28 19:09:00 BST 2002


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




More information about the PyQt mailing list