src/eric7/Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui

branch
eric7
changeset 9429
b2db3a67525c
parent 9209
b99e7fd55fd3
child 9956
5b138f996a1e
equal deleted inserted replaced
9428:615d367f0140 9429:b2db3a67525c
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>500</width> 9 <width>500</width>
10 <height>1200</height> 10 <height>1364</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_3"> 13 <layout class="QVBoxLayout" name="verticalLayout_4">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
16 <property name="text"> 16 <property name="text">
17 <string>&lt;b&gt;Configure Translator&lt;/b&gt;</string> 17 <string>&lt;b&gt;Configure Translator&lt;/b&gt;</string>
18 </property> 18 </property>
43 <size> 43 <size>
44 <width>0</width> 44 <width>0</width>
45 <height>250</height> 45 <height>250</height>
46 </size> 46 </size>
47 </property> 47 </property>
48 <property name="horizontalScrollBarPolicy">
49 <enum>Qt::ScrollBarAlwaysOn</enum>
50 </property>
51 <property name="iconSize"> 48 <property name="iconSize">
52 <size> 49 <size>
53 <width>22</width> 50 <width>22</width>
54 <height>22</height> 51 <height>22</height>
55 </size> 52 </size>
124 </item> 121 </item>
125 </layout> 122 </layout>
126 </widget> 123 </widget>
127 </item> 124 </item>
128 <item> 125 <item>
126 <widget class="QGroupBox" name="groupBox_9">
127 <property name="title">
128 <string>Pronounce</string>
129 </property>
130 <layout class="QVBoxLayout" name="verticalLayout_3">
131 <item>
132 <widget class="QCheckBox" name="pronounceCheckBox">
133 <property name="toolTip">
134 <string>Select to enable the pronounciation functionality (if supported by the translation engine)</string>
135 </property>
136 <property name="text">
137 <string>Enable pronounce functionality</string>
138 </property>
139 </widget>
140 </item>
141 <item>
142 <widget class="QLabel" name="label_10">
143 <property name="text">
144 <string>&lt;b&gt;Warning:&lt;/b&gt; If this option is enabled, Qt might abort the start of the application if no suitable backend can be detected. In such cases use the '--no-multimedia' switch to disable this again.</string>
145 </property>
146 <property name="wordWrap">
147 <bool>true</bool>
148 </property>
149 </widget>
150 </item>
151 </layout>
152 </widget>
153 </item>
154 <item>
129 <widget class="QGroupBox" name="groupBox_8"> 155 <widget class="QGroupBox" name="groupBox_8">
130 <property name="title"> 156 <property name="title">
131 <string>DeepL</string> 157 <string>DeepL</string>
132 </property> 158 </property>
133 <layout class="QGridLayout" name="gridLayout_6"> 159 <layout class="QGridLayout" name="gridLayout_6">
430 </widget> 456 </widget>
431 <tabstops> 457 <tabstops>
432 <tabstop>languagesList</tabstop> 458 <tabstop>languagesList</tabstop>
433 <tabstop>setButton</tabstop> 459 <tabstop>setButton</tabstop>
434 <tabstop>defaultButton</tabstop> 460 <tabstop>defaultButton</tabstop>
461 <tabstop>pronounceCheckBox</tabstop>
435 <tabstop>deeplKeyEdit</tabstop> 462 <tabstop>deeplKeyEdit</tabstop>
436 <tabstop>dictionaryCheckBox</tabstop> 463 <tabstop>dictionaryCheckBox</tabstop>
437 <tabstop>googlev2KeyEdit</tabstop> 464 <tabstop>googlev2KeyEdit</tabstop>
438 <tabstop>ibmUrlEdit</tabstop> 465 <tabstop>ibmUrlEdit</tabstop>
439 <tabstop>ibmKeyEdit</tabstop> 466 <tabstop>ibmKeyEdit</tabstop>

eric ide

mercurial