Empty menu icons fixed

This commit is contained in:
Rafael 2016-11-27 03:29:50 +01:00
parent 00da5bfae5
commit b765fcf992
1 changed files with 3 additions and 22 deletions

View File

@ -147,7 +147,8 @@
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="dialog-close"/> <iconset theme="dialog-close">
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="autoDefault"> <property name="autoDefault">
<bool>true</bool> <bool>true</bool>
@ -168,7 +169,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>625</width> <width>625</width>
<height>21</height> <height>19</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuFile"> <widget class="QMenu" name="menuFile">
@ -262,10 +263,6 @@
</property> </property>
</action> </action>
<action name="actionSelect_all"> <action name="actionSelect_all">
<property name="icon">
<iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text"> <property name="text">
<string>Select &amp;All</string> <string>Select &amp;All</string>
</property> </property>
@ -274,10 +271,6 @@
</property> </property>
</action> </action>
<action name="actionDeselect_all"> <action name="actionDeselect_all">
<property name="icon">
<iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text"> <property name="text">
<string>&amp;Deselect All</string> <string>&amp;Deselect All</string>
</property> </property>
@ -286,10 +279,6 @@
</property> </property>
</action> </action>
<action name="actionExport_selected"> <action name="actionExport_selected">
<property name="icon">
<iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text"> <property name="text">
<string>&amp;Export selected...</string> <string>&amp;Export selected...</string>
</property> </property>
@ -306,10 +295,6 @@
</property> </property>
</action> </action>
<action name="action_Import"> <action name="action_Import">
<property name="icon">
<iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text"> <property name="text">
<string>&amp;Import files...</string> <string>&amp;Import files...</string>
</property> </property>
@ -318,10 +303,6 @@
</property> </property>
</action> </action>
<action name="actionOpen_File"> <action name="actionOpen_File">
<property name="icon">
<iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text"> <property name="text">
<string>&amp;Open File...</string> <string>&amp;Open File...</string>
</property> </property>