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

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

View File

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