Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
数値のみを許可するがQLineEditあり、そこから現在の値を取得したいと考えています。方法がわかりません。
QLineEdit
ui->lineEdit->setValidator(new QIntValidator(this));
私はそれを考え出した:
QString XMAX=ui->lineEdit->text(); xMax=XMAX.toDouble();