QValidator *validator = new QIntValidator(1, 75, this); QLineEdit *edit = new QLineEdit(this); edit->setValidator(validator);.
確定! 回上一頁