mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Rename Profile: error condition handling
This commit is contained in:
parent
b2156d64d6
commit
edeb699841
@ -294,7 +294,8 @@ void NewProfile::on_nextButton_clicked()
|
|||||||
exit(0);
|
exit(0);
|
||||||
} else {
|
} else {
|
||||||
QMessageBox::question(this, tr("Duplicate or Invalid User Name"), tr("Please Change User Name "), QMessageBox::Ok);
|
QMessageBox::question(this, tr("Duplicate or Invalid User Name"), tr("Please Change User Name "), QMessageBox::Ok);
|
||||||
ui->stackedWidget->setCurrentIndex(1);
|
index=1;
|
||||||
|
ui->stackedWidget->setCurrentIndex(index);
|
||||||
ui->userNameEdit->setText(newProfileName);
|
ui->userNameEdit->setText(newProfileName);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user