source: mmcs/ui_formLoadMatrix.h @ 96b0c4a

matrices
Last change on this file since 96b0c4a was 96b0c4a, checked in by rboet <rboet@…>, 9 years ago

agregada comparacion de escenarios del modelo no clasico

  • Property mode set to 100644
File size: 6.9 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'formLoadMatrix.ui'
3**
4** Created: Fri Sep 11 09:48:15 2015
5**      by: Qt User Interface Compiler version 4.8.2
6**
7** WARNING! All changes made in this file will be lost when recompiling UI file!
8********************************************************************************/
9
10#ifndef UI_FORMLOADMATRIX_H
11#define UI_FORMLOADMATRIX_H
12
13#include <QtCore/QVariant>
14#include <QtGui/QAction>
15#include <QtGui/QApplication>
16#include <QtGui/QButtonGroup>
17#include <QtGui/QFrame>
18#include <QtGui/QGridLayout>
19#include <QtGui/QHeaderView>
20#include <QtGui/QLabel>
21#include <QtGui/QLineEdit>
22#include <QtGui/QPushButton>
23#include <QtGui/QSpacerItem>
24#include <QtGui/QSpinBox>
25#include <QtGui/QVBoxLayout>
26#include <QtGui/QWidget>
27
28QT_BEGIN_NAMESPACE
29
30class Ui_FormLoadMatrix
31{
32public:
33    QVBoxLayout *verticalLayout;
34    QGridLayout *gridLayout;
35    QSpacerItem *horizontalSpacer;
36    QLabel *label_2;
37    QSpacerItem *verticalSpacer_5;
38    QSpacerItem *verticalSpacer_3;
39    QLabel *label;
40    QPushButton *buttonOpen;
41    QLabel *label_4;
42    QSpinBox *spinBox;
43    QFrame *line;
44    QSpinBox *spinNumber;
45    QLabel *label_3;
46    QLineEdit *editFilePath;
47    QPushButton *buttonSearch;
48    QSpacerItem *verticalSpacer_6;
49    QLabel *label_7;
50    QPushButton *buttonCancel;
51    QSpacerItem *verticalSpacer;
52
53    void setupUi(QWidget *FormLoadMatrix)
54    {
55        if (FormLoadMatrix->objectName().isEmpty())
56            FormLoadMatrix->setObjectName(QString::fromUtf8("FormLoadMatrix"));
57        FormLoadMatrix->setWindowModality(Qt::ApplicationModal);
58        FormLoadMatrix->resize(607, 303);
59        verticalLayout = new QVBoxLayout(FormLoadMatrix);
60        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
61        gridLayout = new QGridLayout();
62        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
63        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
64
65        gridLayout->addItem(horizontalSpacer, 2, 2, 1, 2);
66
67        label_2 = new QLabel(FormLoadMatrix);
68        label_2->setObjectName(QString::fromUtf8("label_2"));
69        QFont font;
70        font.setFamily(QString::fromUtf8("Aero Matics"));
71        font.setPointSize(14);
72        font.setBold(false);
73        font.setWeight(50);
74        label_2->setFont(font);
75
76        gridLayout->addWidget(label_2, 5, 0, 1, 2);
77
78        verticalSpacer_5 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
79
80        gridLayout->addItem(verticalSpacer_5, 6, 0, 1, 1);
81
82        verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
83
84        gridLayout->addItem(verticalSpacer_3, 4, 0, 1, 1);
85
86        label = new QLabel(FormLoadMatrix);
87        label->setObjectName(QString::fromUtf8("label"));
88        label->setFont(font);
89
90        gridLayout->addWidget(label, 0, 0, 1, 2);
91
92        buttonOpen = new QPushButton(FormLoadMatrix);
93        buttonOpen->setObjectName(QString::fromUtf8("buttonOpen"));
94
95        gridLayout->addWidget(buttonOpen, 10, 6, 1, 1);
96
97        label_4 = new QLabel(FormLoadMatrix);
98        label_4->setObjectName(QString::fromUtf8("label_4"));
99
100        gridLayout->addWidget(label_4, 2, 4, 1, 2);
101
102        spinBox = new QSpinBox(FormLoadMatrix);
103        spinBox->setObjectName(QString::fromUtf8("spinBox"));
104        spinBox->setMinimum(3);
105        spinBox->setMaximum(15);
106
107        gridLayout->addWidget(spinBox, 2, 6, 1, 1);
108
109        line = new QFrame(FormLoadMatrix);
110        line->setObjectName(QString::fromUtf8("line"));
111        line->setFrameShape(QFrame::HLine);
112        line->setFrameShadow(QFrame::Sunken);
113
114        gridLayout->addWidget(line, 3, 0, 1, 7);
115
116        spinNumber = new QSpinBox(FormLoadMatrix);
117        spinNumber->setObjectName(QString::fromUtf8("spinNumber"));
118        spinNumber->setMinimum(1);
119
120        gridLayout->addWidget(spinNumber, 2, 1, 1, 1);
121
122        label_3 = new QLabel(FormLoadMatrix);
123        label_3->setObjectName(QString::fromUtf8("label_3"));
124        QFont font1;
125        font1.setPointSize(10);
126        label_3->setFont(font1);
127
128        gridLayout->addWidget(label_3, 2, 0, 1, 1);
129
130        editFilePath = new QLineEdit(FormLoadMatrix);
131        editFilePath->setObjectName(QString::fromUtf8("editFilePath"));
132        editFilePath->setReadOnly(true);
133
134        gridLayout->addWidget(editFilePath, 7, 1, 1, 5);
135
136        buttonSearch = new QPushButton(FormLoadMatrix);
137        buttonSearch->setObjectName(QString::fromUtf8("buttonSearch"));
138        QIcon icon;
139        icon.addFile(QString::fromUtf8("img/folder_blue.png"), QSize(), QIcon::Normal, QIcon::Off);
140        buttonSearch->setIcon(icon);
141        buttonSearch->setFlat(true);
142
143        gridLayout->addWidget(buttonSearch, 7, 6, 1, 1);
144
145        verticalSpacer_6 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
146
147        gridLayout->addItem(verticalSpacer_6, 1, 1, 1, 1);
148
149        label_7 = new QLabel(FormLoadMatrix);
150        label_7->setObjectName(QString::fromUtf8("label_7"));
151        label_7->setFont(font1);
152
153        gridLayout->addWidget(label_7, 7, 0, 1, 1);
154
155        buttonCancel = new QPushButton(FormLoadMatrix);
156        buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
157
158        gridLayout->addWidget(buttonCancel, 10, 4, 1, 1);
159
160        verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
161
162        gridLayout->addItem(verticalSpacer, 8, 1, 1, 1);
163
164
165        verticalLayout->addLayout(gridLayout);
166
167
168        retranslateUi(FormLoadMatrix);
169
170        QMetaObject::connectSlotsByName(FormLoadMatrix);
171    } // setupUi
172
173    void retranslateUi(QWidget *FormLoadMatrix)
174    {
175        FormLoadMatrix->setWindowTitle(QApplication::translate("FormLoadMatrix", "Cargar Matriz", 0, QApplication::UnicodeUTF8));
176        label_2->setText(QApplication::translate("FormLoadMatrix", "2.- Cargar Matriz", 0, QApplication::UnicodeUTF8));
177        label->setText(QApplication::translate("FormLoadMatrix", "1.- Estructura de la Matriz", 0, QApplication::UnicodeUTF8));
178        buttonOpen->setText(QApplication::translate("FormLoadMatrix", "A&brir", 0, QApplication::UnicodeUTF8));
179        label_4->setText(QApplication::translate("FormLoadMatrix", "N\303\272mero de Decimales", 0, QApplication::UnicodeUTF8));
180        label_3->setText(QApplication::translate("FormLoadMatrix", "N\303\272mero de Cuentas:", 0, QApplication::UnicodeUTF8));
181#ifndef QT_NO_TOOLTIP
182        buttonSearch->setToolTip(QApplication::translate("FormLoadMatrix", "Examinar", 0, QApplication::UnicodeUTF8));
183#endif // QT_NO_TOOLTIP
184        buttonSearch->setText(QString());
185        label_7->setText(QApplication::translate("FormLoadMatrix", "Archivo:", 0, QApplication::UnicodeUTF8));
186        buttonCancel->setText(QApplication::translate("FormLoadMatrix", "&Cancelar", 0, QApplication::UnicodeUTF8));
187    } // retranslateUi
188
189};
190
191namespace Ui {
192    class FormLoadMatrix: public Ui_FormLoadMatrix {};
193} // namespace Ui
194
195QT_END_NAMESPACE
196
197#endif // UI_FORMLOADMATRIX_H
Note: See TracBrowser for help on using the repository browser.