Updated UI

Added new locales to the menu
This commit is contained in:
Valentino Orlandi 2023-01-12 22:58:00 +01:00
parent 320282cda8
commit de92d32fa9
Signed by: elB4RTO
GPG key ID: 1719E976DB2D4E71

View file

@ -4539,7 +4539,7 @@ With numbers, use '!', '=','&lt;' or '&gt;' to declare what to use</string>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>317</width> <width>173</width>
<height>348</height> <height>348</height>
</rect> </rect>
</property> </property>
@ -4895,7 +4895,7 @@ With numbers, use '!', '=','&lt;' or '&gt;' to declare what to use</string>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>317</width> <width>157</width>
<height>348</height> <height>348</height>
</rect> </rect>
</property> </property>
@ -5150,7 +5150,7 @@ With numbers, use '!', '=','&lt;' or '&gt;' to declare what to use</string>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>429</width> <width>145</width>
<height>276</height> <height>276</height>
</rect> </rect>
</property> </property>
@ -5415,7 +5415,7 @@ With numbers, use '!', '=','&lt;' or '&gt;' to declare what to use</string>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>429</width> <width>173</width>
<height>276</height> <height>276</height>
</rect> </rect>
</property> </property>
@ -8372,7 +8372,7 @@ Any field not considered by LogDoctor will appear as 'DISCARDED'</string>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>718</width> <width>62</width>
<height>54</height> <height>54</height>
</rect> </rect>
</property> </property>
@ -11194,10 +11194,12 @@ Fields marked as 'DISCARDED' got parsed correctly, but are not considered by Log
<property name="title"> <property name="title">
<string>Language</string> <string>Language</string>
</property> </property>
<addaction name="actionEnglish"/> <addaction name="actionEnglishGb"/>
<addaction name="actionEspanol"/> <addaction name="actionEspanolEs"/>
<addaction name="actionFrancais"/> <addaction name="actionFrancaisFr"/>
<addaction name="actionItaliano"/> <addaction name="actionItalianoIt"/>
<addaction name="actionPortuguesBr"/>
<addaction name="actionJapaneseJp"/>
</widget> </widget>
<widget class="QMenu" name="menuUtilities"> <widget class="QMenu" name="menuUtilities">
<property name="font"> <property name="font">
@ -11239,7 +11241,7 @@ Fields marked as 'DISCARDED' got parsed correctly, but are not considered by Log
<addaction name="menuUtilities"/> <addaction name="menuUtilities"/>
<addaction name="menuGames"/> <addaction name="menuGames"/>
</widget> </widget>
<action name="actionEnglish"> <action name="actionEnglishGb">
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
@ -11248,7 +11250,7 @@ Fields marked as 'DISCARDED' got parsed correctly, but are not considered by Log
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="resources/resources.qrc"> <iconset resource="resources/resources.qrc">
<normaloff>:/flags/flags/en.png</normaloff>:/flags/flags/en.png</iconset> <normaloff>:/flags/flags/gb.png</normaloff>:/flags/flags/gb.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string notr="true">English</string> <string notr="true">English</string>
@ -11257,7 +11259,7 @@ Fields marked as 'DISCARDED' got parsed correctly, but are not considered by Log
<string notr="true">English</string> <string notr="true">English</string>
</property> </property>
</action> </action>
<action name="actionEspanol"> <action name="actionEspanolEs">
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
@ -11272,7 +11274,7 @@ Fields marked as 'DISCARDED' got parsed correctly, but are not considered by Log
<string notr="true">Español</string> <string notr="true">Español</string>
</property> </property>
</action> </action>
<action name="actionFrancais"> <action name="actionFrancaisFr">
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
@ -11287,7 +11289,7 @@ Fields marked as 'DISCARDED' got parsed correctly, but are not considered by Log
<string notr="true">Francais</string> <string notr="true">Francais</string>
</property> </property>
</action> </action>
<action name="actionItaliano"> <action name="actionItalianoIt">
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
@ -11339,6 +11341,30 @@ Fields marked as 'DISCARDED' got parsed correctly, but are not considered by Log
<string>Play Snake</string> <string>Play Snake</string>
</property> </property>
</action> </action>
<action name="actionJapaneseJp">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="resources/resources.qrc">
<normaloff>:/flags/flags/jp.png</normaloff>:/flags/flags/jp.png</iconset>
</property>
<property name="text">
<string notr="true">日本語</string>
</property>
</action>
<action name="actionPortuguesBr">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="resources/resources.qrc">
<normaloff>:/flags/flags/br.png</normaloff>:/flags/flags/br.png</iconset>
</property>
<property name="text">
<string notr="true">Português</string>
</property>
</action>
</widget> </widget>
<customwidgets> <customwidgets>
<customwidget> <customwidget>