修复邮件发送模块不支持Qt6的BUG
This commit is contained in:
@@ -75,7 +75,7 @@ void VideoPanel::initForm()
|
||||
videoCount = 64;
|
||||
videoType = "1_16";
|
||||
|
||||
for (int i = 0; i < videoCount; i++) {
|
||||
for (int i = 0; i < videoCount; ++i) {
|
||||
QLabel *widget = new QLabel;
|
||||
widget->setObjectName(QString("video%1").arg(i + 1));
|
||||
widget->installEventFilter(this);
|
||||
|
||||
Reference in New Issue
Block a user