Add runtime language switching

This commit is contained in:
Cacodemon345
2022-01-08 16:39:51 +06:00
parent 2e06e6cc0c
commit f2f06aa958
8 changed files with 1359 additions and 46 deletions

View File

@@ -73,6 +73,47 @@
<string>Default</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>140</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Language:</string>
</property>
</widget>
<widget class="QPushButton" name="pushButtonLanguage">
<property name="geometry">
<rect>
<x>290</x>
<y>190</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Default</string>
</property>
</widget>
<widget class="QComboBox" name="comboBoxLanguage">
<property name="geometry">
<rect>
<x>20</x>
<y>160</y>
<width>351</width>
<height>23</height>
</rect>
</property>
<item>
<property name="text">
<string>(System Default)</string>
</property>
</item>
</widget>
</widget>
<resources/>
<connections>