Manager: Add a language selector in Preferences

This commit is contained in:
Alexander Babikov
2025-08-03 13:26:25 +05:00
parent c6a75fa693
commit 79f0ed89b0
8 changed files with 109 additions and 1 deletions

View File

@@ -53,6 +53,42 @@
</layout>
</widget>
</item>
<item>
<widget class="QLabel" name="labelLanguage">
<property name="text">
<string>Language:</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QComboBox" name="comboBoxLanguage">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maxVisibleItems">
<number>30</number>
</property>
<item>
<property name="text">
<string>(System Default)</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonLanguage">
<property name="text">
<string>Default</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="updateCheckBox">
<property name="text">
@@ -92,6 +128,13 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>dirSelectButton</tabstop>
<tabstop>comboBoxLanguage</tabstop>
<tabstop>pushButtonLanguage</tabstop>
<tabstop>updateCheckBox</tabstop>
<tabstop>regexSearchCheckBox</tabstop>
</tabstops>
<resources/>
<connections>
<connection>