source: mmcs/formLoadMatrix.ui @ 9dd61b1

matrices
Last change on this file since 9dd61b1 was 9dd61b1, checked in by rboet <rboet@…>, 9 years ago

Avance del proyecto 60%

  • Property mode set to 100644
File size: 5.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>FormLoadMatrix</class>
4 <widget class="QWidget" name="FormLoadMatrix">
5  <property name="windowModality">
6   <enum>Qt::ApplicationModal</enum>
7  </property>
8  <property name="geometry">
9   <rect>
10    <x>0</x>
11    <y>0</y>
12    <width>635</width>
13    <height>332</height>
14   </rect>
15  </property>
16  <property name="windowTitle">
17   <string>Cargar Matriz</string>
18  </property>
19  <widget class="QLabel" name="label">
20   <property name="geometry">
21    <rect>
22     <x>60</x>
23     <y>20</y>
24     <width>251</width>
25     <height>31</height>
26    </rect>
27   </property>
28   <property name="font">
29    <font>
30     <family>Aero Matics</family>
31     <pointsize>14</pointsize>
32     <weight>50</weight>
33     <bold>false</bold>
34    </font>
35   </property>
36   <property name="text">
37    <string>1.- Estructura de la Matriz</string>
38   </property>
39  </widget>
40  <widget class="QLabel" name="label_2">
41   <property name="geometry">
42    <rect>
43     <x>60</x>
44     <y>180</y>
45     <width>171</width>
46     <height>31</height>
47    </rect>
48   </property>
49   <property name="font">
50    <font>
51     <family>Aero Matics</family>
52     <pointsize>14</pointsize>
53     <weight>50</weight>
54     <bold>false</bold>
55    </font>
56   </property>
57   <property name="text">
58    <string>2.- Cargar Matriz</string>
59   </property>
60  </widget>
61  <widget class="QLabel" name="label_3">
62   <property name="geometry">
63    <rect>
64     <x>60</x>
65     <y>70</y>
66     <width>141</width>
67     <height>17</height>
68    </rect>
69   </property>
70   <property name="font">
71    <font>
72     <pointsize>10</pointsize>
73    </font>
74   </property>
75   <property name="text">
76    <string>Número de Cuentas:</string>
77   </property>
78  </widget>
79  <widget class="QSpinBox" name="spinNumber">
80   <property name="geometry">
81    <rect>
82     <x>210</x>
83     <y>60</y>
84     <width>101</width>
85     <height>27</height>
86    </rect>
87   </property>
88   <property name="minimum">
89    <number>1</number>
90   </property>
91  </widget>
92  <widget class="QLabel" name="label_4">
93   <property name="geometry">
94    <rect>
95     <x>390</x>
96     <y>70</y>
97     <width>81</width>
98     <height>17</height>
99    </rect>
100   </property>
101   <property name="text">
102    <string>Separador:</string>
103   </property>
104  </widget>
105  <widget class="QComboBox" name="comboSeparator">
106   <property name="geometry">
107    <rect>
108     <x>470</x>
109     <y>60</y>
110     <width>131</width>
111     <height>27</height>
112    </rect>
113   </property>
114   <property name="editable">
115    <bool>false</bool>
116   </property>
117   <item>
118    <property name="text">
119     <string>,</string>
120    </property>
121   </item>
122   <item>
123    <property name="text">
124     <string>;</string>
125    </property>
126   </item>
127   <item>
128    <property name="text">
129     <string>|</string>
130    </property>
131   </item>
132  </widget>
133  <widget class="QLabel" name="label_5">
134   <property name="geometry">
135    <rect>
136     <x>60</x>
137     <y>120</y>
138     <width>131</width>
139     <height>17</height>
140    </rect>
141   </property>
142   <property name="font">
143    <font>
144     <pointsize>10</pointsize>
145    </font>
146   </property>
147   <property name="text">
148    <string>Año:</string>
149   </property>
150  </widget>
151  <widget class="QLineEdit" name="editYear">
152   <property name="geometry">
153    <rect>
154     <x>210</x>
155     <y>110</y>
156     <width>101</width>
157     <height>27</height>
158    </rect>
159   </property>
160  </widget>
161  <widget class="QLabel" name="label_6">
162   <property name="geometry">
163    <rect>
164     <x>390</x>
165     <y>120</y>
166     <width>71</width>
167     <height>17</height>
168    </rect>
169   </property>
170   <property name="text">
171    <string>País:</string>
172   </property>
173  </widget>
174  <widget class="QLineEdit" name="editCountry">
175   <property name="geometry">
176    <rect>
177     <x>470</x>
178     <y>110</y>
179     <width>131</width>
180     <height>27</height>
181    </rect>
182   </property>
183  </widget>
184  <widget class="Line" name="line">
185   <property name="geometry">
186    <rect>
187     <x>10</x>
188     <y>160</y>
189     <width>631</width>
190     <height>20</height>
191    </rect>
192   </property>
193   <property name="orientation">
194    <enum>Qt::Horizontal</enum>
195   </property>
196  </widget>
197  <widget class="QLabel" name="label_7">
198   <property name="geometry">
199    <rect>
200     <x>60</x>
201     <y>230</y>
202     <width>91</width>
203     <height>17</height>
204    </rect>
205   </property>
206   <property name="font">
207    <font>
208     <pointsize>10</pointsize>
209    </font>
210   </property>
211   <property name="text">
212    <string>Archivo:</string>
213   </property>
214  </widget>
215  <widget class="QLineEdit" name="editFilePath">
216   <property name="geometry">
217    <rect>
218     <x>130</x>
219     <y>220</y>
220     <width>351</width>
221     <height>27</height>
222    </rect>
223   </property>
224   <property name="readOnly">
225    <bool>true</bool>
226   </property>
227  </widget>
228  <widget class="QPushButton" name="buttonSearch">
229   <property name="geometry">
230    <rect>
231     <x>480</x>
232     <y>220</y>
233     <width>41</width>
234     <height>27</height>
235    </rect>
236   </property>
237   <property name="toolTip">
238    <string>Examinar</string>
239   </property>
240   <property name="text">
241    <string/>
242   </property>
243   <property name="icon">
244    <iconset>
245     <normaloff>img/folder_blue.png</normaloff>img/folder_blue.png</iconset>
246   </property>
247   <property name="flat">
248    <bool>true</bool>
249   </property>
250  </widget>
251  <widget class="QPushButton" name="buttonCancel">
252   <property name="geometry">
253    <rect>
254     <x>410</x>
255     <y>280</y>
256     <width>92</width>
257     <height>27</height>
258    </rect>
259   </property>
260   <property name="text">
261    <string>&amp;Cancelar</string>
262   </property>
263  </widget>
264  <widget class="QPushButton" name="buttonOpen">
265   <property name="geometry">
266    <rect>
267     <x>510</x>
268     <y>280</y>
269     <width>92</width>
270     <height>27</height>
271    </rect>
272   </property>
273   <property name="text">
274    <string>A&amp;brir</string>
275   </property>
276  </widget>
277 </widget>
278 <resources/>
279 <connections/>
280</ui>
Note: See TracBrowser for help on using the repository browser.