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.
我有点累了
QSettings::beginGroup ("Some group"); QSettings::setValue ("Some fields", ui->lineEdit->text());
我的意思是,如果我可以指定 的text属性ui->lineEdit应该与“某些组/某些字段”设置相关联,我可以保存所有这些行。还有负载设置部分。
text
ui->lineEdit
所以我想知道是否有一些简单的框架可以直接将小部件属性与一些 QSettings 字段相关联?
如果没有,推荐的实施方式是什么?