QIntValidator 類提供了一個驗證程式,可確保字串包含指定範圍內的有效整數。 使用示例: QValidator *validator = new QIntValidator(100, 999, ...
確定! 回上一頁