Code style refactoring done

This commit is contained in:
Andrew nuark G 2021-01-10 19:49:24 +07:00
parent 02766bd5d2
commit c5f1572efa
36 changed files with 202 additions and 130 deletions

View file

@ -22,7 +22,7 @@ void UserEditDialog::set_user(user_entity* user, bool edit) {
this->_user_data = new user_data_struct();
ui->et_login->setText(user->login());
ui->et_password->setText("##########UNEDITED##########");
ui->et_password->setText("#UNEDITED#");
ui->cb_role->setCurrentIndex((int)user->role());
ui->cb_role->setEnabled(false);
}