We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在关于页面里打开链接是用的start方法,仅支持windows,而且会有一闪而过的cmd窗口,可以使用其他跨平台的方法。
The text was updated successfully, but these errors were encountered:
确实,下个版本试着自己写一下跨平台支持或者用第三方库解决一下这个问题
Sorry, something went wrong.
把os.system(f"start {url}")改成QDesktopServices.openUrl(QUrl(url))就可以了。 mac+win11亲测
No branches or pull requests
在关于页面里打开链接是用的start方法,仅支持windows,而且会有一闪而过的cmd窗口,可以使用其他跨平台的方法。
The text was updated successfully, but these errors were encountered: