source: mmcs/formLoadMatrix.ui @ 588814f

Last change on this file since 588814f was 588814f, checked in by rudmanmrrod <rudman22@…>, 8 years ago

Agregada funcionalidad para cargar desde un csv con las cuentas

  • Property mode set to 100755
File size: 6.7 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>607</width>
13    <height>304</height>
14   </rect>
15  </property>
16  <property name="windowTitle">
17   <string>Cargar Matriz</string>
18  </property>
19  <layout class="QVBoxLayout" name="verticalLayout">
20   <item>
21    <layout class="QGridLayout" name="gridLayout">
22     <item row="2" column="2" colspan="2">
23      <spacer name="horizontalSpacer">
24       <property name="orientation">
25        <enum>Qt::Horizontal</enum>
26       </property>
27       <property name="sizeHint" stdset="0">
28        <size>
29         <width>40</width>
30         <height>20</height>
31        </size>
32       </property>
33      </spacer>
34     </item>
35     <item row="5" column="0" colspan="2">
36      <widget class="QLabel" name="label_2">
37       <property name="font">
38        <font>
39         <family>Aero Matics</family>
40         <pointsize>14</pointsize>
41         <weight>50</weight>
42         <bold>false</bold>
43        </font>
44       </property>
45       <property name="text">
46        <string>2.- Cargar Matriz</string>
47       </property>
48      </widget>
49     </item>
50     <item row="6" column="0">
51      <spacer name="verticalSpacer_5">
52       <property name="orientation">
53        <enum>Qt::Vertical</enum>
54       </property>
55       <property name="sizeHint" stdset="0">
56        <size>
57         <width>20</width>
58         <height>40</height>
59        </size>
60       </property>
61      </spacer>
62     </item>
63     <item row="4" column="0">
64      <spacer name="verticalSpacer_3">
65       <property name="orientation">
66        <enum>Qt::Vertical</enum>
67       </property>
68       <property name="sizeHint" stdset="0">
69        <size>
70         <width>20</width>
71         <height>40</height>
72        </size>
73       </property>
74      </spacer>
75     </item>
76     <item row="0" column="0" colspan="2">
77      <widget class="QLabel" name="label">
78       <property name="font">
79        <font>
80         <family>Aero Matics</family>
81         <pointsize>14</pointsize>
82         <weight>50</weight>
83         <bold>false</bold>
84        </font>
85       </property>
86       <property name="text">
87        <string>1.- Estructura de la Matriz</string>
88       </property>
89      </widget>
90     </item>
91     <item row="11" column="6">
92      <widget class="QPushButton" name="buttonOpen">
93       <property name="text">
94        <string>A&amp;brir</string>
95       </property>
96      </widget>
97     </item>
98     <item row="2" column="4" colspan="2">
99      <widget class="QLabel" name="label_4">
100       <property name="text">
101        <string>Número de Decimales</string>
102       </property>
103      </widget>
104     </item>
105     <item row="2" column="6">
106      <widget class="QSpinBox" name="spinBox">
107       <property name="minimum">
108        <number>3</number>
109       </property>
110       <property name="maximum">
111        <number>15</number>
112       </property>
113      </widget>
114     </item>
115     <item row="3" column="0" colspan="7">
116      <widget class="Line" name="line">
117       <property name="orientation">
118        <enum>Qt::Horizontal</enum>
119       </property>
120      </widget>
121     </item>
122     <item row="2" column="1">
123      <widget class="QSpinBox" name="spinNumber">
124       <property name="minimum">
125        <number>2</number>
126       </property>
127      </widget>
128     </item>
129     <item row="2" column="0">
130      <widget class="QLabel" name="label_3">
131       <property name="font">
132        <font>
133         <pointsize>10</pointsize>
134        </font>
135       </property>
136       <property name="text">
137        <string>Número de Cuentas:</string>
138       </property>
139      </widget>
140     </item>
141     <item row="7" column="1" colspan="5">
142      <widget class="QLineEdit" name="editFilePath">
143       <property name="readOnly">
144        <bool>true</bool>
145       </property>
146      </widget>
147     </item>
148     <item row="7" column="6">
149      <widget class="QPushButton" name="buttonSearch">
150       <property name="toolTip">
151        <string>Examinar</string>
152       </property>
153       <property name="text">
154        <string/>
155       </property>
156       <property name="icon">
157        <iconset resource="img/images.qrc">
158         <normaloff>:/imgs/folder_blue.png</normaloff>:/imgs/folder_blue.png</iconset>
159       </property>
160       <property name="flat">
161        <bool>true</bool>
162       </property>
163      </widget>
164     </item>
165     <item row="11" column="4">
166      <widget class="QPushButton" name="buttonCancel">
167       <property name="text">
168        <string>&amp;Cancelar</string>
169       </property>
170      </widget>
171     </item>
172     <item row="1" column="1">
173      <spacer name="verticalSpacer_6">
174       <property name="orientation">
175        <enum>Qt::Vertical</enum>
176       </property>
177       <property name="sizeHint" stdset="0">
178        <size>
179         <width>20</width>
180         <height>40</height>
181        </size>
182       </property>
183      </spacer>
184     </item>
185     <item row="7" column="0">
186      <widget class="QLabel" name="label_7">
187       <property name="font">
188        <font>
189         <pointsize>10</pointsize>
190        </font>
191       </property>
192       <property name="text">
193        <string>Archivo:</string>
194       </property>
195      </widget>
196     </item>
197     <item row="8" column="1">
198      <spacer name="verticalSpacer">
199       <property name="orientation">
200        <enum>Qt::Vertical</enum>
201       </property>
202       <property name="sizeHint" stdset="0">
203        <size>
204         <width>20</width>
205         <height>40</height>
206        </size>
207       </property>
208      </spacer>
209     </item>
210     <item row="10" column="0">
211      <widget class="QRadioButton" name="radioAccount">
212       <property name="text">
213        <string>Con Cuentas</string>
214       </property>
215      </widget>
216     </item>
217     <item row="10" column="2">
218      <widget class="QRadioButton" name="radioComponent">
219       <property name="text">
220        <string>Componentes</string>
221       </property>
222      </widget>
223     </item>
224     <item row="9" column="0" colspan="7">
225      <widget class="QLabel" name="label_info">
226       <property name="styleSheet">
227        <string notr="true">font-weight: bold;
228color: #358ccb;
229</string>
230       </property>
231       <property name="text">
232        <string/>
233       </property>
234      </widget>
235     </item>
236    </layout>
237   </item>
238  </layout>
239 </widget>
240 <tabstops>
241  <tabstop>spinNumber</tabstop>
242  <tabstop>spinBox</tabstop>
243  <tabstop>editFilePath</tabstop>
244  <tabstop>buttonSearch</tabstop>
245  <tabstop>radioAccount</tabstop>
246  <tabstop>radioComponent</tabstop>
247  <tabstop>buttonCancel</tabstop>
248  <tabstop>buttonOpen</tabstop>
249 </tabstops>
250 <resources>
251  <include location="img/images.qrc"/>
252 </resources>
253 <connections/>
254</ui>
Note: See TracBrowser for help on using the repository browser.