source: observatorio/simulacion/SimEscenariosEconomicos-Qtgui/tempFilter.ui

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

Agregada la funcionalidad de carga de year dinamicamente al seleccionar productos en la Interfaz

  • 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>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  </widget>
115  <widget class="QPushButton" name="btnAccept">
116   <property name="geometry">
117    <rect>
118     <x>740</x>
119     <y>490</y>
120     <width>95</width>
121     <height>31</height>
122    </rect>
123   </property>
124   <property name="text">
125    <string>&amp;Aceptar</string>
126   </property>
127   <property name="default">
128    <bool>true</bool>
129   </property>
130  </widget>
131  <widget class="QPushButton" name="btnCancel">
132   <property name="geometry">
133    <rect>
134     <x>840</x>
135     <y>490</y>
136     <width>95</width>
137     <height>31</height>
138    </rect>
139   </property>
140   <property name="text">
141    <string>&amp;Cancelar</string>
142   </property>
143  </widget>
144  <widget class="QListWidget" name="companyList">
145   <property name="geometry">
146    <rect>
147     <x>30</x>
148     <y>70</y>
149     <width>291</width>
150     <height>381</height>
151    </rect>
152   </property>
153  </widget>
154  <widget class="QListWidget" name="productList">
155   <property name="geometry">
156    <rect>
157     <x>340</x>
158     <y>70</y>
159     <width>291</width>
160     <height>381</height>
161    </rect>
162   </property>
163  </widget>
164  <widget class="QListWidget" name="selectedProductList">
165   <property name="geometry">
166    <rect>
167     <x>740</x>
168     <y>70</y>
169     <width>291</width>
170     <height>381</height>
171    </rect>
172   </property>
173  </widget>
174  <widget class="QLabel" name="lblUpstreamLevels">
175   <property name="geometry">
176    <rect>
177     <x>30</x>
178     <y>500</y>
179     <width>131</width>
180     <height>20</height>
181    </rect>
182   </property>
183   <property name="text">
184    <string>Niveles aguas arriba</string>
185   </property>
186  </widget>
187  <widget class="QLabel" name="lblDownstreamLevels">
188   <property name="geometry">
189    <rect>
190     <x>340</x>
191     <y>499</y>
192     <width>131</width>
193     <height>21</height>
194    </rect>
195   </property>
196   <property name="text">
197    <string>Niveles aguas abajo</string>
198   </property>
199  </widget>
200  <widget class="QSpinBox" name="spinUpstreamLevels">
201   <property name="geometry">
202    <rect>
203     <x>170</x>
204     <y>495</y>
205     <width>151</width>
206     <height>31</height>
207    </rect>
208   </property>
209   <property name="maximum">
210    <number>5</number>
211   </property>
212  </widget>
213  <widget class="QSpinBox" name="spinDownstreamLevels">
214   <property name="geometry">
215    <rect>
216     <x>480</x>
217     <y>496</y>
218     <width>151</width>
219     <height>31</height>
220    </rect>
221   </property>
222   <property name="maximum">
223    <number>5</number>
224   </property>
225  </widget>
226  <widget class="QWidget" name="verticalLayoutWidget">
227   <property name="geometry">
228    <rect>
229     <x>1000</x>
230     <y>470</y>
231     <width>61</width>
232     <height>61</height>
233    </rect>
234   </property>
235   <layout class="QVBoxLayout" name="layoutWaitingPanel">
236    <property name="spacing">
237     <number>0</number>
238    </property>
239   </layout>
240  </widget>
241 </widget>
242 <resources>
243  <include location="images.qrc"/>
244 </resources>
245 <connections>
246  <connection>
247   <sender>btnCancel</sender>
248   <signal>clicked()</signal>
249   <receiver>TempFilter</receiver>
250   <slot>close()</slot>
251   <hints>
252    <hint type="sourcelabel">
253     <x>977</x>
254     <y>505</y>
255    </hint>
256    <hint type="destinationlabel">
257     <x>522</x>
258     <y>268</y>
259    </hint>
260   </hints>
261  </connection>
262 </connections>
263</ui>
Note: See TracBrowser for help on using the repository browser.