更新文档

This commit is contained in:
feiyangqingyun
2023-12-06 19:16:34 +08:00
parent e7120ffb24
commit 123a5b4bed
35 changed files with 290 additions and 207 deletions

View File

@@ -214,7 +214,7 @@ void VideoWindow::dropEvent(QDropEvent *event)
}
if (!url.isEmpty()) {
emit fileDrag(url);
Q_EMIT fileDrag(url);
this->restart(url);
}
}
@@ -601,7 +601,7 @@ void VideoWindow::checkVideo()
void VideoWindow::btnClicked()
{
QPushButton *btn = (QPushButton *)sender();
emit btnClicked(btn->objectName());
Q_EMIT btnClicked(btn->objectName());
}
uint VideoWindow::getLength()