Commit 05e35493 by 李定达

1.修改提示语,等待用户输入密码

parent 8106ceb3
...@@ -34,6 +34,7 @@ HostWidget::HostWidget(QWidget *parent) : ...@@ -34,6 +34,7 @@ HostWidget::HostWidget(QWidget *parent) :
connect(&_intertime, &QTimer::timeout, this, [this](){ connect(&_intertime, &QTimer::timeout, this, [this](){
if(!_need_exit) if(!_need_exit)
{ {
ui->label_pay_money->setText(QString::fromLocal8Bit("等待用户输入密码"));
ui->btn_pay_exitint->show(); ui->btn_pay_exitint->show();
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment