-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtranslator.ui
89 lines (89 loc) · 1.83 KB
/
translator.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QDialog" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>601</width>
<height>320</height>
</rect>
</property>
<property name="windowTitle">
<string>Translator V1.0 By CISCO_X</string>
</property>
<widget class="QTextEdit" name="des_txtbox">
<property name="geometry">
<rect>
<x>300</x>
<y>10</y>
<width>281</width>
<height>251</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="btn_translate">
<property name="geometry">
<rect>
<x>500</x>
<y>280</y>
<width>90</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Translate</string>
</property>
</widget>
<widget class="QTextEdit" name="src_txtbox">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>281</width>
<height>251</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>320</x>
<y>280</y>
<width>161</width>
<height>24</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox_2">
<property name="geometry">
<rect>
<x>110</x>
<y>280</y>
<width>171</width>
<height>24</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>btn_translate</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>deleteLater()</slot>
<hints>
<hint type="sourcelabel">
<x>454</x>
<y>103</y>
</hint>
<hint type="destinationlabel">
<x>262</x>
<y>67</y>
</hint>
</hints>
</connection>
</connections>
</ui>