Commit 68fe76fe authored by cxy's avatar cxy

Merge branch 'feat_1' of 10.214.199.191:xuanweiace/accessibility_movie_2 into feat_1

parents d8721003 9e7eef65
......@@ -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