Sun, 10 Dec 2017 16:23:29 +0100
Added the translator plug-in to the core plug-ins.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>TranslatorPage</class> <widget class="QWidget" name="TranslatorPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>494</width> <height>937</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure Translator</b></string> </property> </widget> </item> <item> <widget class="Line" name="line15"> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Enabled Languages</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QListWidget" name="languagesList"> <property name="minimumSize"> <size> <width>0</width> <height>250</height> </size> </property> <property name="iconSize"> <size> <width>22</width> <height>22</height> </size> </property> <property name="isWrapping" stdset="0"> <bool>true</bool> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="setButton"> <property name="toolTip"> <string>Press to set or unset all entries</string> </property> <property name="text"> <string>Set/Unset All</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="defaultButton"> <property name="toolTip"> <string>Press to set the default list of enabled languages</string> </property> <property name="text"> <string>Set Default</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Google V.1</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QCheckBox" name="dictionaryCheckBox"> <property name="toolTip"> <string>Select to show the results of the translation dictionary</string> </property> <property name="text"> <string>Show dictionary results</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_5"> <property name="title"> <string>Google V.2</string> </property> <layout class="QGridLayout" name="gridLayout_3"> <item row="0" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Key:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="googlev2KeyEdit"> <property name="toolTip"> <string>Enter your Google Translate key</string> </property> </widget> </item> <item row="1" column="0" colspan="2"> <widget class="QLabel" name="googlev2Label"> <property name="text"> <string/> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="openExternalLinks"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_6"> <property name="title"> <string>Microsoft Azure</string> </property> <layout class="QGridLayout" name="gridLayout_4"> <item row="0" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Subscription Key:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="msSubscriptionKeyEdit"> <property name="toolTip"> <string>Enter the subscription key of the text translator service</string> </property> </widget> </item> <item row="1" column="0" colspan="2"> <widget class="QLabel" name="msLabel"> <property name="wordWrap"> <bool>true</bool> </property> <property name="openExternalLinks"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_4"> <property name="title"> <string>MyMemory</string> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Email:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="mymemoryEmailEdit"> <property name="toolTip"> <string>Enter email address to be sent with each request (optional)</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Key:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="mymemoryKeyEdit"> <property name="toolTip"> <string>Enter your MyMemory key</string> </property> </widget> </item> <item row="2" column="0" colspan="2"> <widget class="QLabel" name="mymemoryLabel"> <property name="text"> <string/> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="openExternalLinks"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>Yandex</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Key:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="yandexKeyEdit"> <property name="toolTip"> <string>Enter your Yandex key</string> </property> </widget> </item> <item row="1" column="0" colspan="2"> <widget class="QLabel" name="yandexLabel"> <property name="text"> <string/> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="openExternalLinks"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> <tabstops> <tabstop>languagesList</tabstop> <tabstop>setButton</tabstop> <tabstop>defaultButton</tabstop> <tabstop>dictionaryCheckBox</tabstop> <tabstop>googlev2KeyEdit</tabstop> <tabstop>msSubscriptionKeyEdit</tabstop> <tabstop>mymemoryEmailEdit</tabstop> <tabstop>mymemoryKeyEdit</tabstop> <tabstop>yandexKeyEdit</tabstop> </tabstops> <resources/> <connections/> </ui>