qt: Add placeholder icons for toolbar

This commit is contained in:
ts-korhonen
2022-01-09 17:38:11 +02:00
parent 06002ed322
commit 541c8e9f51
3 changed files with 22 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -222,11 +222,19 @@
</property>
</action>
<action name="actionHard_Reset">
<property name="icon">
<iconset resource="../qt_resources.qrc">
<normaloff>:/menuicons/qt/icons/placeholder.png</normaloff>:/menuicons/qt/icons/placeholder.png</iconset>
</property>
<property name="text">
<string>&amp;Hard Reset...</string>
</property>
</action>
<action name="actionCtrl_Alt_Del">
<property name="icon">
<iconset resource="../qt_resources.qrc">
<normaloff>:/menuicons/qt/icons/placeholder.png</normaloff>:/menuicons/qt/icons/placeholder.png</iconset>
</property>
<property name="text">
<string>&amp;Ctrl+Alt+Del</string>
</property>
@@ -241,6 +249,10 @@
</property>
</action>
<action name="actionCtrl_Alt_Esc">
<property name="icon">
<iconset resource="../qt_resources.qrc">
<normaloff>:/menuicons/qt/icons/placeholder.png</normaloff>:/menuicons/qt/icons/placeholder.png</iconset>
</property>
<property name="text">
<string>Ctrl+Alt+&amp;Esc</string>
</property>
@@ -249,6 +261,10 @@
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../qt_resources.qrc">
<normaloff>:/menuicons/qt/icons/placeholder.png</normaloff>:/menuicons/qt/icons/placeholder.png</iconset>
</property>
<property name="text">
<string>&amp;Pause</string>
</property>
@@ -606,6 +622,8 @@
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<resources>
<include location="../qt_resources.qrc"/>
</resources>
<connections/>
</ui>

View File

@@ -48,4 +48,7 @@
<file>win/icons/86Box-red.ico</file>
<file>win/icons/86Box-yellow.ico</file>
</qresource>
<qresource prefix="/menuicons">
<file>qt/icons/placeholder.png</file>
</qresource>
</RCC>