Commit 79daa72096eeaecc690826f6a3a2ccc2be78ca2e
1 parent
22285913ff
Exists in
master
and in
2 other branches
비밀번호 8자 변경
- 엔지니어 모드 비밀번호 8자리 변경
Showing
4 changed files
with
4 additions
and
4 deletions
Show diff stats
app/gui/oven_control/lang_en.qm
No preview for this file type
app/gui/oven_control/servicepassinputdlg.cpp
... | ... | @@ -17,7 +17,7 @@ ServicePassInputDlg::ServicePassInputDlg(QWidget *parent) : |
17 | 17 | this->setResult(QDialog::Accepted); |
18 | 18 | foreach (QPushButton *button, findChildren<QPushButton *>()) |
19 | 19 | connect(button, &QPushButton::pressed, SoundPlayer::playClick); |
20 | - ui->ctrProgressBar->setMaxProgress(0,4); | |
20 | + ui->ctrProgressBar->setMaxProgress(0,MAX_PASSWORD); | |
21 | 21 | m_nCurInputCount = 0; |
22 | 22 | this->setFocus(); |
23 | 23 | memset(m_strInputPass, 0x00, MAX_PASSWORD+1); | ... | ... |
app/gui/oven_control/servicepassinputdlg.h
app/gui/oven_control/servicepassinputdlg.ui