Skip to content

Commit 18dd994

Browse files
Add files via upload
1 parent dfea55f commit 18dd994

File tree

1 file changed

+279
-0
lines changed

1 file changed

+279
-0
lines changed

Translate-App/Form/page.ui

Lines changed: 279 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,279 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ui version="4.0">
3+
<class>MainWindow</class>
4+
<widget class="QMainWindow" name="MainWindow">
5+
<property name="geometry">
6+
<rect>
7+
<x>0</x>
8+
<y>0</y>
9+
<width>1124</width>
10+
<height>671</height>
11+
</rect>
12+
</property>
13+
<property name="windowTitle">
14+
<string>MainWindow</string>
15+
</property>
16+
<property name="styleSheet">
17+
<string notr="true"/>
18+
</property>
19+
<widget class="QWidget" name="centralwidget">
20+
<widget class="QTextEdit" name="txt">
21+
<property name="geometry">
22+
<rect>
23+
<x>30</x>
24+
<y>70</y>
25+
<width>471</width>
26+
<height>361</height>
27+
</rect>
28+
</property>
29+
<property name="font">
30+
<font>
31+
<family>Montserrat</family>
32+
<pointsize>10</pointsize>
33+
</font>
34+
</property>
35+
<property name="placeholderText">
36+
<string>Type Text...</string>
37+
</property>
38+
</widget>
39+
<widget class="QTextEdit" name="txt2">
40+
<property name="geometry">
41+
<rect>
42+
<x>620</x>
43+
<y>70</y>
44+
<width>471</width>
45+
<height>361</height>
46+
</rect>
47+
</property>
48+
<property name="font">
49+
<font>
50+
<pointsize>10</pointsize>
51+
</font>
52+
</property>
53+
<property name="readOnly">
54+
<bool>true</bool>
55+
</property>
56+
</widget>
57+
<widget class="QLabel" name="input_label">
58+
<property name="geometry">
59+
<rect>
60+
<x>10</x>
61+
<y>10</y>
62+
<width>131</width>
63+
<height>51</height>
64+
</rect>
65+
</property>
66+
<property name="font">
67+
<font>
68+
<family>Montserrat Medium</family>
69+
<pointsize>14</pointsize>
70+
</font>
71+
</property>
72+
<property name="text">
73+
<string>Input:</string>
74+
</property>
75+
</widget>
76+
<widget class="QComboBox" name="combo">
77+
<property name="geometry">
78+
<rect>
79+
<x>320</x>
80+
<y>30</y>
81+
<width>171</width>
82+
<height>31</height>
83+
</rect>
84+
</property>
85+
</widget>
86+
<widget class="QComboBox" name="combo_2">
87+
<property name="geometry">
88+
<rect>
89+
<x>910</x>
90+
<y>30</y>
91+
<width>171</width>
92+
<height>31</height>
93+
</rect>
94+
</property>
95+
<property name="editable">
96+
<bool>false</bool>
97+
</property>
98+
<property name="currentText">
99+
<string/>
100+
</property>
101+
</widget>
102+
<widget class="QPushButton" name="translate_btn">
103+
<property name="geometry">
104+
<rect>
105+
<x>470</x>
106+
<y>450</y>
107+
<width>181</width>
108+
<height>71</height>
109+
</rect>
110+
</property>
111+
<property name="font">
112+
<font>
113+
<family>Montserrat Medium</family>
114+
<pointsize>10</pointsize>
115+
</font>
116+
</property>
117+
<property name="cursor">
118+
<cursorShape>PointingHandCursor</cursorShape>
119+
</property>
120+
<property name="styleSheet">
121+
<string notr="true">QPushButton {
122+
color: #fff;
123+
background-color: rgb(76, 88, 255);
124+
border: 3px solid rgb(76, 88, 255);
125+
border-radius: 5px;
126+
}
127+
QPushButton:hover {
128+
background-color: blue;
129+
border-color: blue;
130+
}</string>
131+
</property>
132+
<property name="text">
133+
<string>Translate</string>
134+
</property>
135+
</widget>
136+
<widget class="QLabel" name="label_2">
137+
<property name="geometry">
138+
<rect>
139+
<x>780</x>
140+
<y>30</y>
141+
<width>121</width>
142+
<height>31</height>
143+
</rect>
144+
</property>
145+
<property name="font">
146+
<font>
147+
<family>MS Sans Serif</family>
148+
<pointsize>9</pointsize>
149+
</font>
150+
</property>
151+
<property name="text">
152+
<string>Enter Language:</string>
153+
</property>
154+
</widget>
155+
<widget class="QLabel" name="out_label">
156+
<property name="geometry">
157+
<rect>
158+
<x>590</x>
159+
<y>10</y>
160+
<width>131</width>
161+
<height>51</height>
162+
</rect>
163+
</property>
164+
<property name="font">
165+
<font>
166+
<family>Montserrat Medium</family>
167+
<pointsize>14</pointsize>
168+
</font>
169+
</property>
170+
<property name="text">
171+
<string>Out:</string>
172+
</property>
173+
</widget>
174+
<widget class="QLabel" name="label">
175+
<property name="geometry">
176+
<rect>
177+
<x>190</x>
178+
<y>30</y>
179+
<width>121</width>
180+
<height>31</height>
181+
</rect>
182+
</property>
183+
<property name="font">
184+
<font>
185+
<family>MS Sans Serif</family>
186+
<pointsize>9</pointsize>
187+
</font>
188+
</property>
189+
<property name="text">
190+
<string>Enter Language:</string>
191+
</property>
192+
</widget>
193+
<widget class="QPushButton" name="clear_btn">
194+
<property name="geometry">
195+
<rect>
196+
<x>510</x>
197+
<y>90</y>
198+
<width>101</width>
199+
<height>71</height>
200+
</rect>
201+
</property>
202+
<property name="font">
203+
<font>
204+
<family>Montserrat Medium</family>
205+
<pointsize>10</pointsize>
206+
</font>
207+
</property>
208+
<property name="cursor">
209+
<cursorShape>PointingHandCursor</cursorShape>
210+
</property>
211+
<property name="styleSheet">
212+
<string notr="true">QPushButton {
213+
color: #fff;
214+
background-color: rgb(76, 88, 255);
215+
border: 3px solid rgb(76, 88, 255);
216+
border-radius: 5px;
217+
}
218+
QPushButton:hover {
219+
background-color: blue;
220+
border-color: blue;
221+
}</string>
222+
</property>
223+
<property name="text">
224+
<string>Clear All</string>
225+
</property>
226+
</widget>
227+
</widget>
228+
<widget class="QMenuBar" name="menubar">
229+
<property name="geometry">
230+
<rect>
231+
<x>0</x>
232+
<y>0</y>
233+
<width>1124</width>
234+
<height>26</height>
235+
</rect>
236+
</property>
237+
<widget class="QMenu" name="help_menu">
238+
<property name="title">
239+
<string>Help</string>
240+
</property>
241+
<addaction name="help_action"/>
242+
<addaction name="about_action"/>
243+
<addaction name="separator"/>
244+
<addaction name="feedback_action"/>
245+
</widget>
246+
<widget class="QMenu" name="options_menu">
247+
<property name="title">
248+
<string>Options</string>
249+
</property>
250+
<addaction name="exit_action"/>
251+
</widget>
252+
<addaction name="options_menu"/>
253+
<addaction name="help_menu"/>
254+
</widget>
255+
<widget class="QStatusBar" name="statusbar"/>
256+
<action name="help_action">
257+
<property name="text">
258+
<string>Help</string>
259+
</property>
260+
</action>
261+
<action name="about_action">
262+
<property name="text">
263+
<string>About App</string>
264+
</property>
265+
</action>
266+
<action name="feedback_action">
267+
<property name="text">
268+
<string>Send Feedback</string>
269+
</property>
270+
</action>
271+
<action name="exit_action">
272+
<property name="text">
273+
<string>Exit</string>
274+
</property>
275+
</action>
276+
</widget>
277+
<resources/>
278+
<connections/>
279+
</ui>

0 commit comments

Comments
 (0)