测试问题修改
This commit is contained in:
parent
2c9bceab41
commit
536bda95a3
|
@ -1585,6 +1585,8 @@ void DataBackup::initLastWidget()
|
|||
bigTitle->setDeplayText(tr("The backup is failed"));
|
||||
dot1->setVisible(true);
|
||||
dot2->setVisible(true);
|
||||
labelError1->setVisible(true);
|
||||
labelError2->setVisible(true);
|
||||
labelError1->setDeplayText(errMsg);
|
||||
labelError2->setDeplayText(errTip);
|
||||
retry->setVisible(true);
|
||||
|
|
|
@ -942,6 +942,8 @@ void DataRestore::initLastWidget()
|
|||
bigTitle->setDeplayText(tr("Restoring the data failed"));
|
||||
dot1->setVisible(true);
|
||||
dot2->setVisible(true);
|
||||
labelError1->setVisible(true);
|
||||
labelError2->setVisible(true);
|
||||
labelError1->setDeplayText(errMsg);
|
||||
labelError2->setDeplayText(errTip);
|
||||
homePage->setVisible(true);
|
||||
|
|
|
@ -1102,6 +1102,8 @@ void GhostImage::initLastWidget()
|
|||
bigTitle->setDeplayText(tr("Ghost image creation is failed"));
|
||||
dot1->setVisible(true);
|
||||
dot2->setVisible(true);
|
||||
labelError1->setVisible(true);
|
||||
labelError2->setVisible(true);
|
||||
labelError1->setDeplayText(errMsg);
|
||||
labelError2->setDeplayText(errTip);
|
||||
retry->setVisible(true);
|
||||
|
|
|
@ -1201,6 +1201,8 @@ void SystemBackup::initLastWidget()
|
|||
bigTitle->setDeplayText(tr("The backup is failed"));
|
||||
dot1->setVisible(true);
|
||||
dot2->setVisible(true);
|
||||
labelError1->setVisible(true);
|
||||
labelError2->setVisible(true);
|
||||
labelError1->setDeplayText(errMsg);
|
||||
labelError2->setDeplayText(errTip);
|
||||
retry->setVisible(true);
|
||||
|
|
|
@ -955,6 +955,8 @@ void SystemRestore::initLastWidget()
|
|||
bigTitle->setDeplayText(tr("Restoring the system failed"));
|
||||
dot1->setVisible(true);
|
||||
dot2->setVisible(true);
|
||||
labelError1->setVisible(true);
|
||||
labelError2->setVisible(true);
|
||||
labelError1->setDeplayText(errMsg);
|
||||
labelError2->setDeplayText(errTip);
|
||||
retry->setVisible(true);
|
||||
|
|
Loading…
Reference in New Issue