gpt4 book ai didi

c++ - 从 QLineEdit 获取值

转载 作者:IT老高 更新时间:2023-10-28 22:25:27 24 4
gpt4 key购买 nike

我有一个 QLineEdit 只允许数字,我想从中获取当前值。我不知道怎么做。

ui->lineEdit->setValidator(new QIntValidator(this));

最佳答案

我想通了:

QString XMAX=ui->lineEdit->text();
xMax=XMAX.toDouble();

关于c++ - 从 QLineEdit 获取值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12161082/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com