“修改帮助和主页链接”

This commit is contained in:
Calcitem Team 2019-08-11 19:28:41 +08:00
parent 118017173e
commit 67ff570a09
2 changed files with 6 additions and 6 deletions

View File

@ -57,7 +57,7 @@
<x>0</x>
<y>0</y>
<width>491</width>
<height>23</height>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menu_F">
@ -807,7 +807,7 @@
</action>
<action name="actionViewHelp_V">
<property name="enabled">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="ninechesswindow.qrc">
@ -822,7 +822,7 @@
</action>
<action name="actionWeb_W">
<property name="enabled">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="ninechesswindow.qrc">
@ -837,7 +837,7 @@
</action>
<action name="actionAbout_A">
<property name="enabled">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="text">
<string>关于(&amp;A)...</string>

View File

@ -856,12 +856,12 @@ void NineChessWindow::on_actionEngine_E_triggered()
void NineChessWindow::on_actionViewHelp_V_triggered()
{
QDesktopServices::openUrl(QUrl("https://blog.csdn.net/liuweilhy/article/details/83832180"));
QDesktopServices::openUrl(QUrl("https://github.com/calcitem/NineChess"));
}
void NineChessWindow::on_actionWeb_W_triggered()
{
QDesktopServices::openUrl(QUrl("http://hy-tech.top"));
QDesktopServices::openUrl(QUrl("https://github.com/calcitem/NineChess/blob/master/Licence.txt"));
}
void NineChessWindow::on_actionAbout_A_triggered()