设置中添加QQ群号,链接改为可点击,搜索后关键词不清空

This commit is contained in:
2022-12-11 19:21:45 +08:00
parent 758b752d6e
commit a787745752
5 changed files with 144 additions and 61 deletions

View File

@@ -181,7 +181,6 @@ MainWindow::MainWindow(QWidget *parent)
} else {
ui->applistpage_1->getSearchList(searchtext);
switchPage(AppPageSearchlist);
searchEdit->clearEdit();
}
}
this->setFocus();
@@ -319,4 +318,4 @@ void MainWindow::closeEvent(QCloseEvent *event)
} else {
event->accept();
}
}
}