source: mmcs/formdescomposicion.ui @ b0c244f

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

Agregado el modulo de descomposicion

  • 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">background-color: #358ccb; color: #fff; 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      </widget>
105     </item>
106     <item row="3" column="1">
107      <widget class="QPushButton" name="pushButton">
108       <property name="minimumSize">
109        <size>
110         <width>80</width>
111         <height>30</height>
112        </size>
113       </property>
114       <property name="maximumSize">
115        <size>
116         <width>150</width>
117         <height>30</height>
118        </size>
119       </property>
120       <property name="styleSheet">
121        <string notr="true">background-color: #358ccb; color: #fff; font-weight: bold; height: 30px; border: none; border-radius: 5px;</string>
122       </property>
123       <property name="text">
124        <string>&gt;&gt;</string>
125       </property>
126      </widget>
127     </item>
128     <item row="1" column="2">
129      <widget class="QLabel" name="label_2">
130       <property name="styleSheet">
131        <string notr="true">font-weight:bold;</string>
132       </property>
133       <property name="text">
134        <string>Cuentas Seleccionadas:</string>
135       </property>
136       <property name="alignment">
137        <set>Qt::AlignCenter</set>
138       </property>
139      </widget>
140     </item>
141     <item row="7" column="0" alignment="Qt::AlignHCenter">
142      <widget class="QPushButton" name="pushButton_4">
143       <property name="sizePolicy">
144        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
145         <horstretch>0</horstretch>
146         <verstretch>0</verstretch>
147        </sizepolicy>
148       </property>
149       <property name="minimumSize">
150        <size>
151         <width>100</width>
152         <height>30</height>
153        </size>
154       </property>
155       <property name="maximumSize">
156        <size>
157         <width>150</width>
158         <height>16777215</height>
159        </size>
160       </property>
161       <property name="styleSheet">
162        <string notr="true">background-color: #358ccb; color: #fff; font-weight: bold; height: 30px; border: none; border-radius: 5px;</string>
163       </property>
164       <property name="text">
165        <string>Cancelar</string>
166       </property>
167      </widget>
168     </item>
169    </layout>
170   </item>
171  </layout>
172 </widget>
173 <resources/>
174 <connections/>
175</ui>
Note: See TracBrowser for help on using the repository browser.