#include <qvalidator.h>. #include <qlineedit.h>. QLineEdit *lineEdit = new QLineEdit(this);. QRegExp regExp("[A-Za-z][1-9][0-9]{0,2}"); ...
確定! 回上一頁