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

branch
eric7
changeset 9429
b2db3a67525c
parent 9209
b99e7fd55fd3
child 9956
5b138f996a1e
--- a/src/eric7/Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui	Fri Oct 21 09:28:18 2022 +0200
+++ b/src/eric7/Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui	Mon Oct 24 14:23:39 2022 +0200
@@ -7,10 +7,10 @@
     <x>0</x>
     <y>0</y>
     <width>500</width>
-    <height>1200</height>
+    <height>1364</height>
    </rect>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout_3">
+  <layout class="QVBoxLayout" name="verticalLayout_4">
    <item>
     <widget class="QLabel" name="headerLabel">
      <property name="text">
@@ -45,9 +45,6 @@
           <height>250</height>
          </size>
         </property>
-        <property name="horizontalScrollBarPolicy">
-         <enum>Qt::ScrollBarAlwaysOn</enum>
-        </property>
         <property name="iconSize">
          <size>
           <width>22</width>
@@ -126,6 +123,35 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="groupBox_9">
+     <property name="title">
+      <string>Pronounce</string>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout_3">
+      <item>
+       <widget class="QCheckBox" name="pronounceCheckBox">
+        <property name="toolTip">
+         <string>Select to enable the pronounciation functionality (if supported by the translation engine)</string>
+        </property>
+        <property name="text">
+         <string>Enable pronounce functionality</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="label_10">
+        <property name="text">
+         <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>
+        </property>
+        <property name="wordWrap">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QGroupBox" name="groupBox_8">
      <property name="title">
       <string>DeepL</string>
@@ -432,6 +458,7 @@
   <tabstop>languagesList</tabstop>
   <tabstop>setButton</tabstop>
   <tabstop>defaultButton</tabstop>
+  <tabstop>pronounceCheckBox</tabstop>
   <tabstop>deeplKeyEdit</tabstop>
   <tabstop>dictionaryCheckBox</tabstop>
   <tabstop>googlev2KeyEdit</tabstop>

eric ide

mercurial