暂时将帮助菜单置灰并去掉赢旗音效

This commit is contained in:
CalciteM 2019-06-23 18:19:54 +08:00
parent f8baa06e76
commit 368a494426
2 changed files with 11 additions and 2 deletions

View File

@ -57,7 +57,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>491</width> <width>491</width>
<height>26</height> <height>23</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menu_F"> <widget class="QMenu" name="menu_F">
@ -806,6 +806,9 @@
</property> </property>
</action> </action>
<action name="actionViewHelp_V"> <action name="actionViewHelp_V">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon"> <property name="icon">
<iconset resource="ninechesswindow.qrc"> <iconset resource="ninechesswindow.qrc">
<normaloff>:/icon/resources/icon/Help.png</normaloff>:/icon/resources/icon/Help.png</iconset> <normaloff>:/icon/resources/icon/Help.png</normaloff>:/icon/resources/icon/Help.png</iconset>
@ -818,6 +821,9 @@
</property> </property>
</action> </action>
<action name="actionWeb_W"> <action name="actionWeb_W">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon"> <property name="icon">
<iconset resource="ninechesswindow.qrc"> <iconset resource="ninechesswindow.qrc">
<normaloff>:/icon/resources/icon/HomeHS.png</normaloff>:/icon/resources/icon/HomeHS.png</iconset> <normaloff>:/icon/resources/icon/HomeHS.png</normaloff>:/icon/resources/icon/HomeHS.png</iconset>
@ -830,6 +836,9 @@
</property> </property>
</action> </action>
<action name="actionAbout_A"> <action name="actionAbout_A">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text"> <property name="text">
<string>关于(&amp;A)...</string> <string>关于(&amp;A)...</string>
</property> </property>

View File

@ -495,7 +495,7 @@ void GameController::timerEvent(QTimerEvent *event)
emit statusBarChanged(message); emit statusBarChanged(message);
// 播放音效 // 播放音效
playSound(":/sound/resources/sound/win.wav"); //playSound(":/sound/resources/sound/win.wav");
} }
// 测试用代码 // 测试用代码