source: mmcs/ui_formcortoplazo.h @ 08d84ca

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

Agregado primera aproximacion al impacto a corto plazo, solucionado bug al no mostrar la ultima fila/columna en la descomposicion

  • Property mode set to 100644
File size: 7.7 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'formcortoplazo.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_FORMCORTOPLAZO_H
10#define UI_FORMCORTOPLAZO_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_FormCortoPlazo
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 *FormCortoPlazo)
41    {
42        if (FormCortoPlazo->objectName().isEmpty())
43            FormCortoPlazo->setObjectName(QStringLiteral("FormCortoPlazo"));
44        FormCortoPlazo->setWindowModality(Qt::ApplicationModal);
45        FormCortoPlazo->resize(756, 395);
46        gridLayout_2 = new QGridLayout(FormCortoPlazo);
47        gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
48        gridLayout = new QGridLayout();
49        gridLayout->setObjectName(QStringLiteral("gridLayout"));
50        label = new QLabel(FormCortoPlazo);
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(FormCortoPlazo);
59        new QListWidgetItem(listAgregar);
60        new QListWidgetItem(listAgregar);
61        new QListWidgetItem(listAgregar);
62        new QListWidgetItem(listAgregar);
63        new QListWidgetItem(listAgregar);
64        new QListWidgetItem(listAgregar);
65        new QListWidgetItem(listAgregar);
66        new QListWidgetItem(listAgregar);
67        listAgregar->setObjectName(QStringLiteral("listAgregar"));
68
69        gridLayout->addWidget(listAgregar, 2, 0, 4, 1);
70
71        pushButton_3 = new QPushButton(FormCortoPlazo);
72        pushButton_3->setObjectName(QStringLiteral("pushButton_3"));
73        QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
74        sizePolicy.setHorizontalStretch(0);
75        sizePolicy.setVerticalStretch(0);
76        sizePolicy.setHeightForWidth(pushButton_3->sizePolicy().hasHeightForWidth());
77        pushButton_3->setSizePolicy(sizePolicy);
78        pushButton_3->setMinimumSize(QSize(100, 30));
79        pushButton_3->setMaximumSize(QSize(150, 16777215));
80        pushButton_3->setStyleSheet(QStringLiteral("background-color: #358ccb; color: #fff; font-weight: bold; height: 30px; border: none; border-radius: 5px;"));
81        pushButton_3->setDefault(false);
82
83        gridLayout->addWidget(pushButton_3, 7, 2, 1, 1, Qt::AlignHCenter);
84
85        label_3 = new QLabel(FormCortoPlazo);
86        label_3->setObjectName(QStringLiteral("label_3"));
87        label_3->setStyleSheet(QStringLiteral("font-weight:bold;"));
88        label_3->setAlignment(Qt::AlignCenter);
89
90        gridLayout->addWidget(label_3, 1, 0, 1, 1);
91
92        listSeleccionado = new QListWidget(FormCortoPlazo);
93        listSeleccionado->setObjectName(QStringLiteral("listSeleccionado"));
94
95        gridLayout->addWidget(listSeleccionado, 2, 2, 4, 1);
96
97        pushButton_2 = new QPushButton(FormCortoPlazo);
98        pushButton_2->setObjectName(QStringLiteral("pushButton_2"));
99        pushButton_2->setMinimumSize(QSize(80, 30));
100        pushButton_2->setMaximumSize(QSize(150, 30));
101        pushButton_2->setStyleSheet(QStringLiteral("font-weight: bold; height: 30px; border: none; border-radius: 5px;"));
102        pushButton_2->setFlat(true);
103
104        gridLayout->addWidget(pushButton_2, 4, 1, 1, 1);
105
106        pushButton = new QPushButton(FormCortoPlazo);
107        pushButton->setObjectName(QStringLiteral("pushButton"));
108        pushButton->setMinimumSize(QSize(80, 30));
109        pushButton->setMaximumSize(QSize(150, 30));
110        pushButton->setStyleSheet(QStringLiteral("font-weight: bold; height: 30px; border: none; border-radius: 5px;"));
111        pushButton->setFlat(true);
112
113        gridLayout->addWidget(pushButton, 3, 1, 1, 1);
114
115        label_2 = new QLabel(FormCortoPlazo);
116        label_2->setObjectName(QStringLiteral("label_2"));
117        label_2->setStyleSheet(QStringLiteral("font-weight:bold;"));
118        label_2->setAlignment(Qt::AlignCenter);
119
120        gridLayout->addWidget(label_2, 1, 2, 1, 1);
121
122        pushButton_4 = new QPushButton(FormCortoPlazo);
123        pushButton_4->setObjectName(QStringLiteral("pushButton_4"));
124        sizePolicy.setHeightForWidth(pushButton_4->sizePolicy().hasHeightForWidth());
125        pushButton_4->setSizePolicy(sizePolicy);
126        pushButton_4->setMinimumSize(QSize(100, 30));
127        pushButton_4->setMaximumSize(QSize(150, 16777215));
128        pushButton_4->setStyleSheet(QStringLiteral("background-color: #358ccb; color: #fff; font-weight: bold; height: 30px; border: none; border-radius: 5px;"));
129
130        gridLayout->addWidget(pushButton_4, 7, 0, 1, 1, Qt::AlignHCenter);
131
132
133        gridLayout_2->addLayout(gridLayout, 0, 0, 1, 1);
134
135
136        retranslateUi(FormCortoPlazo);
137
138        QMetaObject::connectSlotsByName(FormCortoPlazo);
139    } // setupUi
140
141    void retranslateUi(QWidget *FormCortoPlazo)
142    {
143        FormCortoPlazo->setWindowTitle(QApplication::translate("FormCortoPlazo", "Evaluar Escenario", 0));
144        label->setText(QApplication::translate("FormCortoPlazo", "Seleccione las matrices que desea utilizar", 0));
145
146        const bool __sortingEnabled = listAgregar->isSortingEnabled();
147        listAgregar->setSortingEnabled(false);
148        QListWidgetItem *___qlistwidgetitem = listAgregar->item(0);
149        ___qlistwidgetitem->setText(QApplication::translate("FormCortoPlazo", "M1", 0));
150        QListWidgetItem *___qlistwidgetitem1 = listAgregar->item(1);
151        ___qlistwidgetitem1->setText(QApplication::translate("FormCortoPlazo", "M2", 0));
152        QListWidgetItem *___qlistwidgetitem2 = listAgregar->item(2);
153        ___qlistwidgetitem2->setText(QApplication::translate("FormCortoPlazo", "M3", 0));
154        QListWidgetItem *___qlistwidgetitem3 = listAgregar->item(3);
155        ___qlistwidgetitem3->setText(QApplication::translate("FormCortoPlazo", "I", 0));
156        QListWidgetItem *___qlistwidgetitem4 = listAgregar->item(4);
157        ___qlistwidgetitem4->setText(QApplication::translate("FormCortoPlazo", "T", 0));
158        QListWidgetItem *___qlistwidgetitem5 = listAgregar->item(5);
159        ___qlistwidgetitem5->setText(QApplication::translate("FormCortoPlazo", "O", 0));
160        QListWidgetItem *___qlistwidgetitem6 = listAgregar->item(6);
161        ___qlistwidgetitem6->setText(QApplication::translate("FormCortoPlazo", "C", 0));
162        listAgregar->setSortingEnabled(__sortingEnabled);
163
164        pushButton_3->setText(QApplication::translate("FormCortoPlazo", "Seleccionar", 0));
165        label_3->setText(QApplication::translate("FormCortoPlazo", "Matrices:", 0));
166        pushButton_2->setText(QApplication::translate("FormCortoPlazo", "<<", 0));
167        pushButton->setText(QApplication::translate("FormCortoPlazo", ">>", 0));
168        label_2->setText(QApplication::translate("FormCortoPlazo", "Matrices Seleccionadas:", 0));
169        pushButton_4->setText(QApplication::translate("FormCortoPlazo", "Cancelar", 0));
170    } // retranslateUi
171
172};
173
174namespace Ui {
175    class FormCortoPlazo: public Ui_FormCortoPlazo {};
176} // namespace Ui
177
178QT_END_NAMESPACE
179
180#endif // UI_FORMCORTOPLAZO_H
Note: See TracBrowser for help on using the repository browser.