改进代码

This commit is contained in:
feiyangqingyun
2021-03-20 13:55:16 +08:00
parent 3a4b44cd58
commit 6bfe5a331a
7 changed files with 6 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ VideoWidget::VideoWidget(QWidget *parent) : QWidget(parent)
borderWidth = 5;
borderColor = "#000000";
focusColor = "#22A3A9";
bgColor = Qt::transparent;
bgText = "实时视频";
bgImage = QImage();