GuiSearch: Replace icons on buttons by characters

This commit is contained in:
Juergen Spitzmueller 2021-02-15 08:57:13 +01:00
parent 7869437691
commit d85c09ae14

View File

@ -34,11 +34,7 @@
<string>Find previous occurrence (Shift+Enter)</string> <string>Find previous occurrence (Shift+Enter)</string>
</property> </property>
<property name="text"> <property name="text">
<string>Find[[Previous]]</string> <string>&lt; Find</string>
</property>
<property name="icon">
<iconset theme="go-previous">
<normaloff>.</normaloff>.</iconset>
</property> </property>
</widget> </widget>
</item> </item>
@ -141,14 +137,10 @@
<string>Replace and find next occurrence</string> <string>Replace and find next occurrence</string>
</property> </property>
<property name="layoutDirection"> <property name="layoutDirection">
<enum>Qt::RightToLeft</enum> <enum>Qt::LeftToRight</enum>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Replace[[Next]]</string> <string>&amp;Replace &gt;</string>
</property>
<property name="icon">
<iconset theme="go-next">
<normaloff>.</normaloff>.</iconset>
</property> </property>
</widget> </widget>
</item> </item>
@ -161,11 +153,7 @@
<string>Replace and find previous occurrence</string> <string>Replace and find previous occurrence</string>
</property> </property>
<property name="text"> <property name="text">
<string>Re&amp;place[[Previous]]</string> <string>&lt; Re&amp;place</string>
</property>
<property name="icon">
<iconset theme="go-previous">
<normaloff>.</normaloff>.</iconset>
</property> </property>
</widget> </widget>
</item> </item>
@ -178,14 +166,10 @@
<string>Find next occurrence (Enter)</string> <string>Find next occurrence (Enter)</string>
</property> </property>
<property name="layoutDirection"> <property name="layoutDirection">
<enum>Qt::RightToLeft</enum> <enum>Qt::LeftToRight</enum>
</property> </property>
<property name="text"> <property name="text">
<string>Find[[Next]]</string> <string>Find &gt;</string>
</property>
<property name="icon">
<iconset theme="go-next">
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="default"> <property name="default">
<bool>true</bool> <bool>true</bool>