2018-02-12 21:35:46 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>721</width>
|
|
|
|
<height>333</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2018-02-14 01:11:47 +01:00
|
|
|
<string>Translataaaar</string>
|
2018-02-12 21:35:46 +01:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="srcLanguage"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTextEdit" name="srcTextEdit"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="translateButton">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-02-14 01:11:47 +01:00
|
|
|
<width>75</width>
|
|
|
|
<height>50</height>
|
2018-02-12 21:35:46 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2018-02-14 01:11:47 +01:00
|
|
|
<width>75</width>
|
|
|
|
<height>50</height>
|
2018-02-12 21:35:46 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Translate</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
2018-02-14 01:11:47 +01:00
|
|
|
<normaloff>images/flag.png</normaloff>images/flag.png</iconset>
|
2018-02-12 21:35:46 +01:00
|
|
|
</property>
|
2018-02-14 01:11:47 +01:00
|
|
|
<property name="iconSize">
|
2018-02-12 21:35:46 +01:00
|
|
|
<size>
|
2018-02-14 01:11:47 +01:00
|
|
|
<width>75</width>
|
|
|
|
<height>50</height>
|
2018-02-12 21:35:46 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QTextEdit" name="destTextEdit"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>721</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|