QDoubleValidator* lineDouble = new QDoubleValidator(0, 100000, 3, nullptr);
    ui->lineEdit_engRatedPower->setValidator(lineDouble);

  QIntValidator

 

相关文章:

  • 2022-12-23
  • 2022-01-30
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2021-08-06
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
相关资源
相似解决方案