Warning, /multimedia/subtitlecomposer/src/translate/deeplengine.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>DeepLEngine</class>
0004  <widget class="QWidget" name="DeepLEngine">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>367</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QGroupBox" name="grpAuth">
0016      <property name="title">
0017       <string>Authentication</string>
0018      </property>
0019      <layout class="QGridLayout" name="gridLayout_2">
0020       <item row="2" column="0" colspan="2">
0021        <widget class="QLabel" name="labAuthKey">
0022         <property name="text">
0023          <string>Authentication Key:</string>
0024         </property>
0025         <property name="buddy">
0026          <cstring>authKey</cstring>
0027         </property>
0028        </widget>
0029       </item>
0030       <item row="6" column="1">
0031        <widget class="QPushButton" name="btnConnect">
0032         <property name="text">
0033          <string>Connect</string>
0034         </property>
0035        </widget>
0036       </item>
0037       <item row="1" column="0" colspan="2">
0038        <widget class="Line" name="lineHelp">
0039         <property name="sizePolicy">
0040          <sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
0041           <horstretch>0</horstretch>
0042           <verstretch>0</verstretch>
0043          </sizepolicy>
0044         </property>
0045         <property name="orientation">
0046          <enum>Qt::Horizontal</enum>
0047         </property>
0048        </widget>
0049       </item>
0050       <item row="6" column="0">
0051        <spacer name="horizontalSpacer">
0052         <property name="orientation">
0053          <enum>Qt::Horizontal</enum>
0054         </property>
0055         <property name="sizeHint" stdset="0">
0056          <size>
0057           <width>40</width>
0058           <height>20</height>
0059          </size>
0060         </property>
0061        </spacer>
0062       </item>
0063       <item row="4" column="0" colspan="2">
0064        <widget class="QLabel" name="labApiDomain">
0065         <property name="text">
0066          <string>API Domain:</string>
0067         </property>
0068         <property name="buddy">
0069          <cstring>apiDomain</cstring>
0070         </property>
0071        </widget>
0072       </item>
0073       <item row="0" column="0" colspan="2">
0074        <widget class="QLabel" name="labHelp">
0075         <property name="minimumSize">
0076          <size>
0077           <width>0</width>
0078           <height>36</height>
0079          </size>
0080         </property>
0081         <property name="text">
0082          <string>You need to &lt;a href=&quot;https://www.deepl.com/pro-api&quot;&gt;create an account&lt;/a&gt; on DeepL website and paste your API authentication key below.</string>
0083         </property>
0084         <property name="textFormat">
0085          <enum>Qt::RichText</enum>
0086         </property>
0087         <property name="wordWrap">
0088          <bool>true</bool>
0089         </property>
0090        </widget>
0091       </item>
0092       <item row="3" column="0" colspan="2">
0093        <widget class="QLineEdit" name="authKey"/>
0094       </item>
0095       <item row="5" column="0" colspan="2">
0096        <widget class="QLineEdit" name="apiDomain"/>
0097       </item>
0098      </layout>
0099     </widget>
0100    </item>
0101    <item>
0102     <widget class="QGroupBox" name="grpSettings">
0103      <property name="title">
0104       <string>Settings</string>
0105      </property>
0106      <layout class="QGridLayout" name="gridLayout_3">
0107       <item row="0" column="0">
0108        <widget class="QLabel" name="labSource">
0109         <property name="text">
0110          <string>Source language:</string>
0111         </property>
0112         <property name="buddy">
0113          <cstring>langSource</cstring>
0114         </property>
0115        </widget>
0116       </item>
0117       <item row="0" column="1">
0118        <widget class="QLabel" name="labTranslation">
0119         <property name="text">
0120          <string>Translate to:</string>
0121         </property>
0122         <property name="buddy">
0123          <cstring>langTranslation</cstring>
0124         </property>
0125        </widget>
0126       </item>
0127       <item row="1" column="0">
0128        <widget class="QComboBox" name="langSource"/>
0129       </item>
0130       <item row="1" column="1">
0131        <widget class="QComboBox" name="langTranslation"/>
0132       </item>
0133      </layout>
0134     </widget>
0135    </item>
0136   </layout>
0137  </widget>
0138  <resources/>
0139  <connections/>
0140 </ui>