暂时将帮助菜单置灰并去掉赢旗音效
This commit is contained in:
parent
f8baa06e76
commit
368a494426
|
@ -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>关于(&A)...</string>
|
||||
</property>
|
||||
|
|
|
@ -495,7 +495,7 @@ void GameController::timerEvent(QTimerEvent *event)
|
|||
emit statusBarChanged(message);
|
||||
|
||||
// 播放音效
|
||||
playSound(":/sound/resources/sound/win.wav");
|
||||
//playSound(":/sound/resources/sound/win.wav");
|
||||
}
|
||||
|
||||
// 测试用代码
|
||||
|
|
Loading…
Reference in New Issue