setPlaceholderText('字母和数字') # 整数校验器[1,99] intValidator = QIntValidator(self) intValidator.setRange(1,99) # 浮点校验器[-360,360],精度:小数点后2位 ...
確定! 回上一頁