Commit 9e7eef65 authored by smile2019's avatar smile2019

upd 软件启动时警告框提示信息由缺少依赖改为视频解码器未正常安装

parent cb9afe6d
......@@ -63,7 +63,7 @@ if __name__ == '__main__':
app.setWindowIcon(QIcon("./res/images/eagle_2.ico"))
apply_stylesheet(app, theme='dark_amber.xml')
mainWindow = MainWindow(project_path)
QtWidgets.QMessageBox.critical(mainWindow,'警告','缺失相关依赖',QtWidgets.QMessageBox.Yes)
QtWidgets.QMessageBox.critical(mainWindow,'警告','视频解码器未正常安装',QtWidgets.QMessageBox.Yes)
else:
QCoreApplication.setAttribute(Qt.AA_EnableHighDpiScaling)
QCoreApplication.setAttribute(Qt.AA_UseHighDpiPixmaps)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment