除了win7的问题外全修复了

This commit is contained in:
Mike Solar
2023-08-18 20:51:05 +08:00
parent b728e697fb
commit 5ec58b3bfb
6 changed files with 56 additions and 26 deletions

View File

@ -149,6 +149,11 @@ void AddApp::broswer_exe(){
}
void AddApp::submit() {
if(sort->text().toInt()<10||sort->text().toInt()>100)
{
QMessageBox::critical(this, QString::fromLocal8Bit("错误"), QString::fromLocal8Bit("排序必须在10-100之间"));
return;
}
if (isEdit)
{
QString name_str_old = name_str;