This commit is contained in:
yangjiaxuan 2023-03-14 11:32:14 +08:00
parent f61e0be960
commit 7253734973
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ dialog_log::dialog_log(QWidget *parent)
, ui(new Ui::dialog_log), ind_scanning_(-1), img_received_(0), msg_fixed_scanning_("") , ui(new Ui::dialog_log), ind_scanning_(-1), img_received_(0), msg_fixed_scanning_("")
{ {
ui->setupUi(this); ui->setupUi(this);
setWindowFlags(Qt::Dialog | Qt::WindowCloseButtonHint);
QHBoxLayout *bottom = new QHBoxLayout(); QHBoxLayout *bottom = new QHBoxLayout();
pbtn_clear = new QPushButton(this); pbtn_clear = new QPushButton(this);