config:基本配置更新。

This commit is contained in:
2025-11-14 11:14:52 +08:00
parent eb77ad7b01
commit c3dfcfc1b9
9 changed files with 64 additions and 63 deletions

View File

@@ -15,7 +15,7 @@ QFormatSet::QFormatSet(QWidget* parent) : QDialog(parent), ui(new Ui::QFormatSet
});
connect(ui->cbAll, &QCheckBox::toggled, this, [&]() { check_select(); });
connect(ui->btnSelect, &QPushButton::clicked, this, [&]() {
QString file = CUtil::select_file(this, u8"请选择xml文件", u8"XML(*.xml);;所有文件 (*)");
QString file = CUtil::select_file(this, "请选择xml文件", "XML(*.xml);;所有文件 (*)");
if (file.isEmpty()) {
return;
}