Introduce old redir program
[lcapit-junk-code.git] / qt-course / simple-calculator / calculator.ui
blobfd34fc47dd3de59f23c08e1c0be3da1eaba6f677
1 <ui version="4.0" >
2  <class>MyWidgetBase</class>
3  <widget class="QWidget" name="MyWidgetBase" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>328</width>
9     <height>299</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Calculadora</string>
14   </property>
15   <widget class="QLineEdit" name="m_display" >
16    <property name="geometry" >
17     <rect>
18      <x>10</x>
19      <y>10</y>
20      <width>311</width>
21      <height>41</height>
22     </rect>
23    </property>
24    <property name="font" >
25     <font>
26      <pointsize>17</pointsize>
27     </font>
28    </property>
29    <property name="text" >
30     <string>0</string>
31    </property>
32    <property name="alignment" >
33     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
34    </property>
35   </widget>
36   <widget class="QPushButton" name="m_button7" >
37    <property name="geometry" >
38     <rect>
39      <x>10</x>
40      <y>60</y>
41      <width>41</width>
42      <height>51</height>
43     </rect>
44    </property>
45    <property name="font" >
46     <font>
47      <pointsize>19</pointsize>
48     </font>
49    </property>
50    <property name="text" >
51     <string>7</string>
52    </property>
53   </widget>
54   <widget class="QPushButton" name="m_button4" >
55    <property name="geometry" >
56     <rect>
57      <x>10</x>
58      <y>120</y>
59      <width>41</width>
60      <height>51</height>
61     </rect>
62    </property>
63    <property name="font" >
64     <font>
65      <pointsize>19</pointsize>
66     </font>
67    </property>
68    <property name="text" >
69     <string>4</string>
70    </property>
71   </widget>
72   <widget class="QPushButton" name="m_button1" >
73    <property name="geometry" >
74     <rect>
75      <x>10</x>
76      <y>180</y>
77      <width>41</width>
78      <height>51</height>
79     </rect>
80    </property>
81    <property name="font" >
82     <font>
83      <pointsize>19</pointsize>
84     </font>
85    </property>
86    <property name="text" >
87     <string>1</string>
88    </property>
89   </widget>
90   <widget class="QPushButton" name="m_button8" >
91    <property name="geometry" >
92     <rect>
93      <x>60</x>
94      <y>60</y>
95      <width>41</width>
96      <height>51</height>
97     </rect>
98    </property>
99    <property name="font" >
100     <font>
101      <pointsize>19</pointsize>
102     </font>
103    </property>
104    <property name="text" >
105     <string>8</string>
106    </property>
107   </widget>
108   <widget class="QPushButton" name="m_button2" >
109    <property name="geometry" >
110     <rect>
111      <x>60</x>
112      <y>180</y>
113      <width>41</width>
114      <height>51</height>
115     </rect>
116    </property>
117    <property name="font" >
118     <font>
119      <pointsize>19</pointsize>
120     </font>
121    </property>
122    <property name="text" >
123     <string>2</string>
124    </property>
125   </widget>
126   <widget class="QPushButton" name="m_button5" >
127    <property name="geometry" >
128     <rect>
129      <x>60</x>
130      <y>120</y>
131      <width>41</width>
132      <height>51</height>
133     </rect>
134    </property>
135    <property name="font" >
136     <font>
137      <pointsize>19</pointsize>
138     </font>
139    </property>
140    <property name="text" >
141     <string>5</string>
142    </property>
143   </widget>
144   <widget class="QPushButton" name="m_button9" >
145    <property name="geometry" >
146     <rect>
147      <x>110</x>
148      <y>60</y>
149      <width>41</width>
150      <height>51</height>
151     </rect>
152    </property>
153    <property name="font" >
154     <font>
155      <pointsize>19</pointsize>
156     </font>
157    </property>
158    <property name="text" >
159     <string>9</string>
160    </property>
161   </widget>
162   <widget class="QPushButton" name="m_button3" >
163    <property name="geometry" >
164     <rect>
165      <x>110</x>
166      <y>180</y>
167      <width>41</width>
168      <height>51</height>
169     </rect>
170    </property>
171    <property name="font" >
172     <font>
173      <pointsize>19</pointsize>
174     </font>
175    </property>
176    <property name="text" >
177     <string>3</string>
178    </property>
179   </widget>
180   <widget class="QPushButton" name="m_button6" >
181    <property name="geometry" >
182     <rect>
183      <x>110</x>
184      <y>120</y>
185      <width>41</width>
186      <height>51</height>
187     </rect>
188    </property>
189    <property name="font" >
190     <font>
191      <pointsize>19</pointsize>
192     </font>
193    </property>
194    <property name="text" >
195     <string>6</string>
196    </property>
197   </widget>
198   <widget class="QPushButton" name="m_button0" >
199    <property name="geometry" >
200     <rect>
201      <x>60</x>
202      <y>240</y>
203      <width>41</width>
204      <height>51</height>
205     </rect>
206    </property>
207    <property name="font" >
208     <font>
209      <pointsize>19</pointsize>
210     </font>
211    </property>
212    <property name="text" >
213     <string>0</string>
214    </property>
215   </widget>
216   <widget class="QPushButton" name="m_buttonSum" >
217    <property name="geometry" >
218     <rect>
219      <x>170</x>
220      <y>60</y>
221      <width>51</width>
222      <height>61</height>
223     </rect>
224    </property>
225    <property name="font" >
226     <font>
227      <pointsize>19</pointsize>
228     </font>
229    </property>
230    <property name="text" >
231     <string>+</string>
232    </property>
233   </widget>
234   <widget class="QPushButton" name="m_buttonMult" >
235    <property name="geometry" >
236     <rect>
237      <x>240</x>
238      <y>60</y>
239      <width>51</width>
240      <height>61</height>
241     </rect>
242    </property>
243    <property name="font" >
244     <font>
245      <pointsize>19</pointsize>
246     </font>
247    </property>
248    <property name="text" >
249     <string>*</string>
250    </property>
251   </widget>
252   <widget class="QPushButton" name="m_buttonSub" >
253    <property name="geometry" >
254     <rect>
255      <x>170</x>
256      <y>130</y>
257      <width>51</width>
258      <height>61</height>
259     </rect>
260    </property>
261    <property name="font" >
262     <font>
263      <pointsize>19</pointsize>
264     </font>
265    </property>
266    <property name="text" >
267     <string>-</string>
268    </property>
269   </widget>
270   <widget class="QPushButton" name="m_buttonDiv" >
271    <property name="geometry" >
272     <rect>
273      <x>240</x>
274      <y>130</y>
275      <width>51</width>
276      <height>61</height>
277     </rect>
278    </property>
279    <property name="font" >
280     <font>
281      <pointsize>19</pointsize>
282     </font>
283    </property>
284    <property name="text" >
285     <string>/</string>
286    </property>
287   </widget>
288   <widget class="QPushButton" name="m_buttonRes" >
289    <property name="geometry" >
290     <rect>
291      <x>170</x>
292      <y>210</y>
293      <width>121</width>
294      <height>71</height>
295     </rect>
296    </property>
297    <property name="font" >
298     <font>
299      <pointsize>19</pointsize>
300     </font>
301    </property>
302    <property name="text" >
303     <string>=</string>
304    </property>
305   </widget>
306  </widget>
307  <resources/>
308  <connections/>
309 </ui>