mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 01:58:27 +08:00
新增捐助页面
This commit is contained in:
parent
f2c358717e
commit
6b37c6b729
@ -2938,6 +2938,12 @@ help.addAction(h2)
|
|||||||
help.addAction(h3)
|
help.addAction(h3)
|
||||||
help.addAction(h4)
|
help.addAction(h4)
|
||||||
help.addSeparator()
|
help.addSeparator()
|
||||||
|
|
||||||
|
zanShang = menu.addMenu("赞赏我们")
|
||||||
|
zanShangAction = QtWidgets.QAction("赞赏我们")
|
||||||
|
zanShang.addAction(zanShangAction)
|
||||||
|
zanShangAction.triggered.connect(lambda: webbrowser.open_new_tab("http://dt.racoongx.cn/"))
|
||||||
|
|
||||||
wikiHelp = QtWidgets.QAction(QtWidgets.QApplication.style().standardIcon(20), transla.transe("U", "程序 Wiki"))
|
wikiHelp = QtWidgets.QAction(QtWidgets.QApplication.style().standardIcon(20), transla.transe("U", "程序 Wiki"))
|
||||||
help.addAction(wikiHelp)
|
help.addAction(wikiHelp)
|
||||||
videoHelp = help.addMenu(QtWidgets.QApplication.style().standardIcon(20), transla.transe("U", "视频教程"))
|
videoHelp = help.addMenu(QtWidgets.QApplication.style().standardIcon(20), transla.transe("U", "视频教程"))
|
||||||
|
Loading…
Reference in New Issue
Block a user