onlt int validator qt py

        intInputValidation=QtGui.QIntValidator()
        self.lineEdit.setValidator(intInputValidation)
Tomer Mantzuri