调整测试函数

This commit is contained in:
Fiber 2024-10-21 08:33:25 +08:00
parent b3da69f7da
commit 41524be8fc

View File

@ -115,6 +115,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
def start(self):
## 调用start函数
self.load_video()
self.show_text("started\n")
def pause(self):