QValidator 类提供一种验证输入是否有效的方法。 QValidator提供validate和fixup的公有方法: virtual State validate(QString &, int &) const = 0; virtual void ...
確定! 回上一頁