Use webbrowser instead of get_available_screencast_viewer (#745)

* improve opening tutorial

* improve show_tutorial_dialog

* improve show_tutorial_dialog

* remove not implemented

* remove unncessary package QtWebEngineWidgets

* remove commented import of QtWebEngineWidgets
This commit is contained in:
WEN Hao
2021-05-12 00:20:54 +08:00
committed by GitHub
parent c4e8cd8390
commit 91c23d0a9d
5 changed files with 69 additions and 19 deletions
+5
View File
@@ -1,5 +1,10 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
if items were added in files in the resources/strings folder,
then execute "pyrcc5 resources.qrc -o resources.py" in the root directory
and execute "pyrcc5 ../resources.qrc -o resources.py" in the libs directory
"""
import re
import os
import sys