Changed: added QComboBox widget to change profile language

--HG--
branch : patches-from-atys
Inky 6 years ago
parent fb60e00acc
commit 9c82a0436f

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>583</width> <width>631</width>
<height>329</height> <height>356</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -202,13 +202,20 @@
</layout> </layout>
</item> </item>
<item row="7" column="0"> <item row="7" column="0">
<widget class="QLabel" name="langLabel">
<property name="text">
<string>Language:</string>
</property>
</widget>
</item>
<item row="8" column="0">
<widget class="QLabel" name="shortcutsLabel"> <widget class="QLabel" name="shortcutsLabel">
<property name="text"> <property name="text">
<string>Create shortcuts:</string> <string>Create shortcuts:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="7" column="1"> <item row="8" column="1">
<layout class="QVBoxLayout" name="shortcutsLayout"> <layout class="QVBoxLayout" name="shortcutsLayout">
<item> <item>
<widget class="QCheckBox" name="desktopShortcutCheckBox"> <widget class="QCheckBox" name="desktopShortcutCheckBox">
@ -226,6 +233,35 @@
</item> </item>
</layout> </layout>
</item> </item>
<item row="7" column="1">
<widget class="QComboBox" name="langComboBox">
<item>
<property name="text">
<string>English</string>
</property>
</item>
<item>
<property name="text">
<string>Francais</string>
</property>
</item>
<item>
<property name="text">
<string>Deutsch</string>
</property>
</item>
<item>
<property name="text">
<string>Español</string>
</property>
</item>
<item>
<property name="text">
<string>Russian (РУССКИЙ)</string>
</property>
</item>
</widget>
</item>
</layout> </layout>
</item> </item>
</layout> </layout>
@ -251,6 +287,7 @@
<tabstop>executableBrowseButton</tabstop> <tabstop>executableBrowseButton</tabstop>
<tabstop>argumentsEdit</tabstop> <tabstop>argumentsEdit</tabstop>
<tabstop>directoryButton</tabstop> <tabstop>directoryButton</tabstop>
<tabstop>langComboBox</tabstop>
<tabstop>desktopShortcutCheckBox</tabstop> <tabstop>desktopShortcutCheckBox</tabstop>
<tabstop>menuShortcutCheckBox</tabstop> <tabstop>menuShortcutCheckBox</tabstop>
<tabstop>commentsEdit</tabstop> <tabstop>commentsEdit</tabstop>

Loading…
Cancel
Save