source: mmcs/formdescomposicion.ui

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

Solucionado bug que permitia solo seleccionar una cuenta para la clasificación de cuentas, agregada pantalla de cargando en Cargando matriz,seleccionando cuentas exógenas y con coeficientes tecnicos horizontales y verticales

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>FormDescomposicion</class>
4 <widget class="QWidget" name="FormDescomposicion">
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>756</width>
13    <height>395</height>
14   </rect>
15  </property>
16  <property name="windowTitle">
17   <string>Descomposición</string>
18  </property>
19  <layout class="QGridLayout" name="gridLayout_2">
20   <item row="1" column="0">
21    <layout class="QGridLayout" name="gridLayout">
22     <item row="0" column="0" colspan="3" alignment="Qt::AlignHCenter">
23      <widget class="QLabel" name="label">
24       <property name="font">
25        <font>
26         <pointsize>14</pointsize>
27        </font>
28       </property>
29       <property name="text">
30        <string>Seleccione las dos (2) cuentas correspondientes con Actividad y Producto</string>
31       </property>
32      </widget>
33     </item>
34     <item row="2" column="0" rowspan="4">
35      <widget class="QListWidget" name="listAgregar"/>
36     </item>
37     <item row="7" column="2" alignment="Qt::AlignHCenter">
38      <widget class="QPushButton" name="pushButton_3">
39       <property name="sizePolicy">
40        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
41         <horstretch>0</horstretch>
42         <verstretch>0</verstretch>
43        </sizepolicy>
44       </property>
45       <property name="minimumSize">
46        <size>
47         <width>100</width>
48         <height>30</height>
49        </size>
50       </property>
51       <property name="maximumSize">
52        <size>
53         <width>150</width>
54         <height>16777215</height>
55        </size>
56       </property>
57       <property name="styleSheet">
58        <string notr="true">background-color: #358ccb; color: #fff; font-weight: bold; height: 30px; border: none; border-radius: 5px;</string>
59       </property>
60       <property name="text">
61        <string>Seleccionar</string>
62       </property>
63       <property name="default">
64        <bool>false</bool>
65       </property>
66      </widget>
67     </item>
68     <item row="1" column="0">
69      <widget class="QLabel" name="label_3">
70       <property name="styleSheet">
71        <string notr="true">font-weight:bold;</string>
72       </property>
73       <property name="text">
74        <string>Cuentas:</string>
75       </property>
76       <property name="alignment">
77        <set>Qt::AlignCenter</set>
78       </property>
79      </widget>
80     </item>
81     <item row="2" column="2" rowspan="4">
82      <widget class="QListWidget" name="listSeleccionado"/>
83     </item>
84     <item row="4" column="1">
85      <widget class="QPushButton" name="pushButton_2">
86       <property name="minimumSize">
87        <size>
88         <width>80</width>
89         <height>30</height>
90        </size>
91       </property>
92       <property name="maximumSize">
93        <size>
94         <width>150</width>
95         <height>30</height>
96        </size>
97       </property>
98       <property name="styleSheet">
99        <string notr="true">font-weight: bold; height: 30px; border: none; border-radius: 5px;</string>
100       </property>
101       <property name="text">
102        <string>&lt;&lt;</string>
103       </property>
104       <property name="flat">
105        <bool>true</bool>
106       </property>
107      </widget>
108     </item>
109     <item row="3" column="1">
110      <widget class="QPushButton" name="pushButton">
111       <property name="minimumSize">
112        <size>
113         <width>80</width>
114         <height>30</height>
115        </size>
116       </property>
117       <property name="maximumSize">
118        <size>
119         <width>150</width>
120         <height>30</height>
121        </size>
122       </property>
123       <property name="styleSheet">
124        <string notr="true">font-weight: bold; height: 30px; border: none; border-radius: 5px;</string>
125       </property>
126       <property name="text">
127        <string>&gt;&gt;</string>
128       </property>
129       <property name="flat">
130        <bool>true</bool>
131       </property>
132      </widget>
133     </item>
134     <item row="1" column="2">
135      <widget class="QLabel" name="label_2">
136       <property name="styleSheet">
137        <string notr="true">font-weight:bold;</string>
138       </property>
139       <property name="text">
140        <string>Cuentas Seleccionadas:</string>
141       </property>
142       <property name="alignment">
143        <set>Qt::AlignCenter</set>
144       </property>
145      </widget>
146     </item>
147     <item row="7" column="0" alignment="Qt::AlignHCenter">
148      <widget class="QPushButton" name="pushButton_4">
149       <property name="sizePolicy">
150        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
151         <horstretch>0</horstretch>
152         <verstretch>0</verstretch>
153        </sizepolicy>
154       </property>
155       <property name="minimumSize">
156        <size>
157         <width>100</width>
158         <height>30</height>
159        </size>
160       </property>
161       <property name="maximumSize">
162        <size>
163         <width>150</width>
164         <height>16777215</height>
165        </size>
166       </property>
167       <property name="styleSheet">
168        <string notr="true">background-color: #358ccb; color: #fff; font-weight: bold; height: 30px; border: none; border-radius: 5px;</string>
169       </property>
170       <property name="text">
171        <string>Cancelar</string>
172       </property>
173      </widget>
174     </item>
175    </layout>
176   </item>
177  </layout>
178 </widget>
179 <resources/>
180 <connections/>
181</ui>
Note: See TracBrowser for help on using the repository browser.