source: observatorio/simulacion/SimEscenariosEconomicos-Qtgui/tempFilter.ui @ 5aa25a2

simulacion
Last change on this file since 5aa25a2 was 5a9b82a, checked in by Alejandro <amujica@…>, 10 years ago

Recuperacion de las imagenes de flechas, cambio de titulo de la aplicacion a letras mayusculas, cambio de los nombres en tipo de estudio a efectuar

  • Property mode set to 100644
File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>TempFilter</class>
4 <widget class="QWidget" name="TempFilter">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>1067</width>
10    <height>538</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Selección de Productos</string>
15  </property>
16  <property name="windowIcon">
17   <iconset resource="images.qrc">
18    <normaloff>:/icons/logo-icon</normaloff>:/icons/logo-icon</iconset>
19  </property>
20  <widget class="QPushButton" name="btnAddProductToSelectedList">
21   <property name="geometry">
22    <rect>
23     <x>650</x>
24     <y>160</y>
25     <width>71</width>
26     <height>71</height>
27    </rect>
28   </property>
29   <property name="toolTip">
30    <string>Seleccionar producto para ser raíz</string>
31   </property>
32   <property name="text">
33    <string>&gt;</string>
34   </property>
35  </widget>
36  <widget class="QPushButton" name="btnRemoveProductFromSelectedList">
37   <property name="geometry">
38    <rect>
39     <x>650</x>
40     <y>240</y>
41     <width>71</width>
42     <height>71</height>
43    </rect>
44   </property>
45   <property name="toolTip">
46    <string>Eliminar producto de la lista de seleccionados para ser raíz</string>
47   </property>
48   <property name="text">
49    <string>&lt;</string>
50   </property>
51  </widget>
52  <widget class="QLabel" name="lblCompanyName">
53   <property name="geometry">
54    <rect>
55     <x>70</x>
56     <y>10</y>
57     <width>211</width>
58     <height>21</height>
59    </rect>
60   </property>
61   <property name="text">
62    <string>Nombre de empresa para filtrar</string>
63   </property>
64  </widget>
65  <widget class="QLineEdit" name="edtCompanyName">
66   <property name="geometry">
67    <rect>
68     <x>30</x>
69     <y>30</y>
70     <width>291</width>
71     <height>31</height>
72    </rect>
73   </property>
74  </widget>
75  <widget class="QComboBox" name="comboStudyType">
76   <property name="geometry">
77    <rect>
78     <x>30</x>
79     <y>460</y>
80     <width>291</width>
81     <height>31</height>
82    </rect>
83   </property>
84   <item>
85    <property name="text">
86     <string>Tipo de estudio a efectuar</string>
87    </property>
88   </item>
89   <item>
90    <property name="text">
91     <string>Módulo Producción</string>
92    </property>
93   </item>
94   <item>
95    <property name="text">
96     <string>Módulo Precios</string>
97    </property>
98   </item>
99  </widget>
100  <widget class="QComboBox" name="comboYear">
101   <property name="geometry">
102    <rect>
103     <x>340</x>
104     <y>460</y>
105     <width>291</width>
106     <height>31</height>
107    </rect>
108   </property>
109   <item>
110    <property name="text">
111     <string>Seleccione Año</string>
112    </property>
113   </item>
114   <item>
115    <property name="text">
116     <string>2010</string>
117    </property>
118   </item>
119   <item>
120    <property name="text">
121     <string>2011</string>
122    </property>
123   </item>
124   <item>
125    <property name="text">
126     <string>2012</string>
127    </property>
128   </item>
129   <item>
130    <property name="text">
131     <string>2013</string>
132    </property>
133   </item>
134   <item>
135    <property name="text">
136     <string>2014</string>
137    </property>
138   </item>
139   <item>
140    <property name="text">
141     <string>2015</string>
142    </property>
143   </item>
144  </widget>
145  <widget class="QPushButton" name="btnAccept">
146   <property name="geometry">
147    <rect>
148     <x>740</x>
149     <y>490</y>
150     <width>95</width>
151     <height>31</height>
152    </rect>
153   </property>
154   <property name="text">
155    <string>&amp;Aceptar</string>
156   </property>
157   <property name="default">
158    <bool>true</bool>
159   </property>
160  </widget>
161  <widget class="QPushButton" name="btnCancel">
162   <property name="geometry">
163    <rect>
164     <x>840</x>
165     <y>490</y>
166     <width>95</width>
167     <height>31</height>
168    </rect>
169   </property>
170   <property name="text">
171    <string>&amp;Cancelar</string>
172   </property>
173  </widget>
174  <widget class="QListWidget" name="companyList">
175   <property name="geometry">
176    <rect>
177     <x>30</x>
178     <y>70</y>
179     <width>291</width>
180     <height>381</height>
181    </rect>
182   </property>
183  </widget>
184  <widget class="QListWidget" name="productList">
185   <property name="geometry">
186    <rect>
187     <x>340</x>
188     <y>70</y>
189     <width>291</width>
190     <height>381</height>
191    </rect>
192   </property>
193  </widget>
194  <widget class="QListWidget" name="selectedProductList">
195   <property name="geometry">
196    <rect>
197     <x>740</x>
198     <y>70</y>
199     <width>291</width>
200     <height>381</height>
201    </rect>
202   </property>
203  </widget>
204  <widget class="QLabel" name="lblUpstreamLevels">
205   <property name="geometry">
206    <rect>
207     <x>30</x>
208     <y>500</y>
209     <width>131</width>
210     <height>20</height>
211    </rect>
212   </property>
213   <property name="text">
214    <string>Niveles aguas arriba</string>
215   </property>
216  </widget>
217  <widget class="QLabel" name="lblDownstreamLevels">
218   <property name="geometry">
219    <rect>
220     <x>340</x>
221     <y>499</y>
222     <width>131</width>
223     <height>21</height>
224    </rect>
225   </property>
226   <property name="text">
227    <string>Niveles aguas abajo</string>
228   </property>
229  </widget>
230  <widget class="QSpinBox" name="spinUpstreamLevels">
231   <property name="geometry">
232    <rect>
233     <x>170</x>
234     <y>495</y>
235     <width>151</width>
236     <height>31</height>
237    </rect>
238   </property>
239   <property name="maximum">
240    <number>5</number>
241   </property>
242  </widget>
243  <widget class="QSpinBox" name="spinDownstreamLevels">
244   <property name="geometry">
245    <rect>
246     <x>480</x>
247     <y>496</y>
248     <width>151</width>
249     <height>31</height>
250    </rect>
251   </property>
252   <property name="maximum">
253    <number>5</number>
254   </property>
255  </widget>
256  <widget class="QWidget" name="verticalLayoutWidget">
257   <property name="geometry">
258    <rect>
259     <x>1000</x>
260     <y>470</y>
261     <width>61</width>
262     <height>61</height>
263    </rect>
264   </property>
265   <layout class="QVBoxLayout" name="layoutWaitingPanel">
266    <property name="spacing">
267     <number>0</number>
268    </property>
269   </layout>
270  </widget>
271 </widget>
272 <resources>
273  <include location="images.qrc"/>
274 </resources>
275 <connections>
276  <connection>
277   <sender>btnCancel</sender>
278   <signal>clicked()</signal>
279   <receiver>TempFilter</receiver>
280   <slot>close()</slot>
281   <hints>
282    <hint type="sourcelabel">
283     <x>977</x>
284     <y>505</y>
285    </hint>
286    <hint type="destinationlabel">
287     <x>522</x>
288     <y>268</y>
289    </hint>
290   </hints>
291  </connection>
292 </connections>
293</ui>
Note: See TracBrowser for help on using the repository browser.