class My_int(QIntValidator):. def fixup( self , v_str):. print ( 'XXX' , v_str). try : if int (v_str) < 18 : return '18'. except :.
確定! 回上一頁