source: mmcs/ui_formdescomposicion.h

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: 6.3 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'formdescomposicion.ui'
3**
4** Created by: Qt User Interface Compiler version 5.3.2
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_FORMDESCOMPOSICION_H
10#define UI_FORMDESCOMPOSICION_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QAction>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QButtonGroup>
16#include <QtWidgets/QGridLayout>
17#include <QtWidgets/QHeaderView>
18#include <QtWidgets/QLabel>
19#include <QtWidgets/QListWidget>
20#include <QtWidgets/QPushButton>
21#include <QtWidgets/QWidget>
22
23QT_BEGIN_NAMESPACE
24
25class Ui_FormDescomposicion
26{
27public:
28    QGridLayout *gridLayout_2;
29    QGridLayout *gridLayout;
30    QLabel *label;
31    QListWidget *listAgregar;
32    QPushButton *pushButton_3;
33    QLabel *label_3;
34    QListWidget *listSeleccionado;
35    QPushButton *pushButton_2;
36    QPushButton *pushButton;
37    QLabel *label_2;
38    QPushButton *pushButton_4;
39
40    void setupUi(QWidget *FormDescomposicion)
41    {
42        if (FormDescomposicion->objectName().isEmpty())
43            FormDescomposicion->setObjectName(QStringLiteral("FormDescomposicion"));
44        FormDescomposicion->setWindowModality(Qt::ApplicationModal);
45        FormDescomposicion->resize(756, 395);
46        gridLayout_2 = new QGridLayout(FormDescomposicion);
47        gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
48        gridLayout = new QGridLayout();
49        gridLayout->setObjectName(QStringLiteral("gridLayout"));
50        label = new QLabel(FormDescomposicion);
51        label->setObjectName(QStringLiteral("label"));
52        QFont font;
53        font.setPointSize(14);
54        label->setFont(font);
55
56        gridLayout->addWidget(label, 0, 0, 1, 3, Qt::AlignHCenter);
57
58        listAgregar = new QListWidget(FormDescomposicion);
59        listAgregar->setObjectName(QStringLiteral("listAgregar"));
60
61        gridLayout->addWidget(listAgregar, 2, 0, 4, 1);
62
63        pushButton_3 = new QPushButton(FormDescomposicion);
64        pushButton_3->setObjectName(QStringLiteral("pushButton_3"));
65        QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
66        sizePolicy.setHorizontalStretch(0);
67        sizePolicy.setVerticalStretch(0);
68        sizePolicy.setHeightForWidth(pushButton_3->sizePolicy().hasHeightForWidth());
69        pushButton_3->setSizePolicy(sizePolicy);
70        pushButton_3->setMinimumSize(QSize(100, 30));
71        pushButton_3->setMaximumSize(QSize(150, 16777215));
72        pushButton_3->setStyleSheet(QStringLiteral("background-color: #358ccb; color: #fff; font-weight: bold; height: 30px; border: none; border-radius: 5px;"));
73        pushButton_3->setDefault(false);
74
75        gridLayout->addWidget(pushButton_3, 7, 2, 1, 1, Qt::AlignHCenter);
76
77        label_3 = new QLabel(FormDescomposicion);
78        label_3->setObjectName(QStringLiteral("label_3"));
79        label_3->setStyleSheet(QStringLiteral("font-weight:bold;"));
80        label_3->setAlignment(Qt::AlignCenter);
81
82        gridLayout->addWidget(label_3, 1, 0, 1, 1);
83
84        listSeleccionado = new QListWidget(FormDescomposicion);
85        listSeleccionado->setObjectName(QStringLiteral("listSeleccionado"));
86
87        gridLayout->addWidget(listSeleccionado, 2, 2, 4, 1);
88
89        pushButton_2 = new QPushButton(FormDescomposicion);
90        pushButton_2->setObjectName(QStringLiteral("pushButton_2"));
91        pushButton_2->setMinimumSize(QSize(80, 30));
92        pushButton_2->setMaximumSize(QSize(150, 30));
93        pushButton_2->setStyleSheet(QStringLiteral("font-weight: bold; height: 30px; border: none; border-radius: 5px;"));
94        pushButton_2->setFlat(true);
95
96        gridLayout->addWidget(pushButton_2, 4, 1, 1, 1);
97
98        pushButton = new QPushButton(FormDescomposicion);
99        pushButton->setObjectName(QStringLiteral("pushButton"));
100        pushButton->setMinimumSize(QSize(80, 30));
101        pushButton->setMaximumSize(QSize(150, 30));
102        pushButton->setStyleSheet(QStringLiteral("font-weight: bold; height: 30px; border: none; border-radius: 5px;"));
103        pushButton->setFlat(true);
104
105        gridLayout->addWidget(pushButton, 3, 1, 1, 1);
106
107        label_2 = new QLabel(FormDescomposicion);
108        label_2->setObjectName(QStringLiteral("label_2"));
109        label_2->setStyleSheet(QStringLiteral("font-weight:bold;"));
110        label_2->setAlignment(Qt::AlignCenter);
111
112        gridLayout->addWidget(label_2, 1, 2, 1, 1);
113
114        pushButton_4 = new QPushButton(FormDescomposicion);
115        pushButton_4->setObjectName(QStringLiteral("pushButton_4"));
116        sizePolicy.setHeightForWidth(pushButton_4->sizePolicy().hasHeightForWidth());
117        pushButton_4->setSizePolicy(sizePolicy);
118        pushButton_4->setMinimumSize(QSize(100, 30));
119        pushButton_4->setMaximumSize(QSize(150, 16777215));
120        pushButton_4->setStyleSheet(QStringLiteral("background-color: #358ccb; color: #fff; font-weight: bold; height: 30px; border: none; border-radius: 5px;"));
121
122        gridLayout->addWidget(pushButton_4, 7, 0, 1, 1, Qt::AlignHCenter);
123
124
125        gridLayout_2->addLayout(gridLayout, 1, 0, 1, 1);
126
127
128        retranslateUi(FormDescomposicion);
129
130        QMetaObject::connectSlotsByName(FormDescomposicion);
131    } // setupUi
132
133    void retranslateUi(QWidget *FormDescomposicion)
134    {
135        FormDescomposicion->setWindowTitle(QApplication::translate("FormDescomposicion", "Descomposici\303\263n", 0));
136        label->setText(QApplication::translate("FormDescomposicion", "Seleccione las dos (2) cuentas correspondientes con Actividad y Producto", 0));
137        pushButton_3->setText(QApplication::translate("FormDescomposicion", "Seleccionar", 0));
138        label_3->setText(QApplication::translate("FormDescomposicion", "Cuentas:", 0));
139        pushButton_2->setText(QApplication::translate("FormDescomposicion", "<<", 0));
140        pushButton->setText(QApplication::translate("FormDescomposicion", ">>", 0));
141        label_2->setText(QApplication::translate("FormDescomposicion", "Cuentas Seleccionadas:", 0));
142        pushButton_4->setText(QApplication::translate("FormDescomposicion", "Cancelar", 0));
143    } // retranslateUi
144
145};
146
147namespace Ui {
148    class FormDescomposicion: public Ui_FormDescomposicion {};
149} // namespace Ui
150
151QT_END_NAMESPACE
152
153#endif // UI_FORMDESCOMPOSICION_H
Note: See TracBrowser for help on using the repository browser.