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,7 +17,7 @@ ServicePassInputDlg::ServicePassInputDlg(QWidget *parent) : | ||
17 | this->setResult(QDialog::Accepted); | 17 | this->setResult(QDialog::Accepted); |
18 | foreach (QPushButton *button, findChildren<QPushButton *>()) | 18 | foreach (QPushButton *button, findChildren<QPushButton *>()) |
19 | connect(button, &QPushButton::pressed, SoundPlayer::playClick); | 19 | connect(button, &QPushButton::pressed, SoundPlayer::playClick); |
20 | - ui->ctrProgressBar->setMaxProgress(0,4); | 20 | + ui->ctrProgressBar->setMaxProgress(0,MAX_PASSWORD); |
21 | m_nCurInputCount = 0; | 21 | m_nCurInputCount = 0; |
22 | this->setFocus(); | 22 | this->setFocus(); |
23 | memset(m_strInputPass, 0x00, MAX_PASSWORD+1); | 23 | memset(m_strInputPass, 0x00, MAX_PASSWORD+1); |
app/gui/oven_control/servicepassinputdlg.h
app/gui/oven_control/servicepassinputdlg.ui
@@ -153,7 +153,7 @@ QPushButton::pressed, QPushButton::focus{ | @@ -153,7 +153,7 @@ QPushButton::pressed, QPushButton::focus{ | ||
153 | </property> | 153 | </property> |
154 | <property name="maximumSize"> | 154 | <property name="maximumSize"> |
155 | <size> | 155 | <size> |
156 | - <width>400</width> | 156 | + <width>600</width> |
157 | <height>150</height> | 157 | <height>150</height> |
158 | </size> | 158 | </size> |
159 | </property> | 159 | </property> |