选择推迟后将复选框默认选项指向index 0
This commit is contained in:
parent
8028e42936
commit
3daa623084
|
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue