AppUI: 增加图标

This commit is contained in:
CalciteM Team 2019-08-27 11:50:20 +08:00
parent 8379ea30fe
commit 4dd02b44bd
18 changed files with 87 additions and 7 deletions

View File

@ -71,8 +71,24 @@
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="pushButton_newGame">
<property name="font">
<font>
<family>黑体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>新局</string>
<string> 新局</string>
</property>
<property name="icon">
<iconset resource="ninechesswindow.qrc">
<normaloff>:/icon/resources/icon/ic_radio_button_on_black_48dp.png</normaloff>:/icon/resources/icon/ic_radio_button_on_black_48dp.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="flat">
<bool>false</bool>
@ -81,23 +97,71 @@
</item>
<item>
<widget class="QPushButton" name="pushButton_giveUp">
<property name="font">
<font>
<family>黑体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>认输</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_hint">
<property name="text">
<string>提示</string>
<property name="icon">
<iconset resource="ninechesswindow.qrc">
<normaloff>:/icon/resources/icon/ic_flag_black_48dp.png</normaloff>:/icon/resources/icon/ic_flag_black_48dp.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_retractMove">
<property name="font">
<font>
<family>黑体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>悔棋</string>
</property>
<property name="icon">
<iconset resource="ninechesswindow.qrc">
<normaloff>:/icon/resources/icon/ic_reply_black_48dp.png</normaloff>:/icon/resources/icon/ic_reply_black_48dp.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_hint">
<property name="font">
<font>
<family>黑体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string> 提示</string>
</property>
<property name="icon">
<iconset resource="ninechesswindow.qrc">
<normaloff>:/icon/resources/icon/ic_visibility_black_48dp.png</normaloff>:/icon/resources/icon/ic_visibility_black_48dp.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
</layout>

View File

@ -39,6 +39,22 @@
<file>resources/icon/Invert.png</file>
<file>resources/icon/RightHS.png</file>
<file>resources/icon/SaveHS.png</file>
<file>resources/icon/ic_account_child_black_48dp.png</file>
<file>resources/icon/ic_desktop_windows_black_48dp.png</file>
<file>resources/icon/ic_flag_black_48dp.png</file>
<file>resources/icon/ic_fullscreen_black_48dp.png</file>
<file>resources/icon/ic_insert_emoticon_black_48dp.png</file>
<file>resources/icon/ic_laptop_windows_black_48dp.png</file>
<file>resources/icon/ic_lens_black_48dp.png</file>
<file>resources/icon/ic_menu_black_48dp.png</file>
<file>resources/icon/ic_more_vert_black_48dp.png</file>
<file>resources/icon/ic_panorama_fisheye_black_48dp.png</file>
<file>resources/icon/ic_people_outline_black_48dp.png</file>
<file>resources/icon/ic_radio_button_on_black_48dp.png</file>
<file>resources/icon/ic_remove_circle_outline_black_48dp.png</file>
<file>resources/icon/ic_reply_black_48dp.png</file>
<file>resources/icon/ic_undo_black_48dp.png</file>
<file>resources/icon/ic_visibility_black_48dp.png</file>
</qresource>
<qresource prefix="/sound">
<file>resources/sound/choose.wav</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB