选择推迟后将复选框默认选项指向index 0

This commit is contained in:
luoxueyi 2023-04-20 16:16:13 +08:00
parent 8028e42936
commit 3daa623084
1 changed files with 2 additions and 1 deletions

View File

@ -487,9 +487,10 @@ void updatehandle::InstallFinsih(bool state,QStringList pkgname,QString error,QS
*/
void updatehandle::execslots()
{
choice_window->comboBox->setCurrentIndex(0);
choice_window->hide();
qDebug()<<"Hide choice_window.";
emit execSignal();
// emit execSignal();
}
/**