应用代理界面 复选框显示不全问题

This commit is contained in:
zhangyuanyuan1 2023-03-29 14:02:29 +08:00
parent 5bc5a11a24
commit 0cf813536a
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ void AppListWidget::initUI()
mainLayout->setContentsMargins(17, 0, 17, 0);
mainLayout->setSpacing(8);
m_checkBox = new QCheckBox(this);
m_checkBox->setFixedSize(16, 16);
m_checkBox->setAttribute(Qt::WA_TransparentForMouseEvents, true); //m_checkBox不响应鼠标事件,将其传递给父窗口
m_iconLabel = new QLabel(this);
m_iconLabel->setFixedSize(24, 24);