source: mmcs/ui_formLoadMatrix.h @ 32f758e

Last change on this file since 32f758e was 32f758e, checked in by rboet <rboet@…>, 9 years ago

corregida la funcionabilidad de los encadenamientos, minimo de cuentas cambiado a 2

  • Property mode set to 100644
File size: 6.9 KB
RevLine 
[9dd61b1]1/********************************************************************************
2** Form generated from reading UI file 'formLoadMatrix.ui'
3**
[32f758e]4** Created: Fri Sep 25 11:00:03 2015
[9dd61b1]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>
[bd5e45b]18#include <QtGui/QGridLayout>
[9dd61b1]19#include <QtGui/QHeaderView>
20#include <QtGui/QLabel>
21#include <QtGui/QLineEdit>
22#include <QtGui/QPushButton>
[bd5e45b]23#include <QtGui/QSpacerItem>
[9dd61b1]24#include <QtGui/QSpinBox>
[bd5e45b]25#include <QtGui/QVBoxLayout>
[9dd61b1]26#include <QtGui/QWidget>
27
28QT_BEGIN_NAMESPACE
29
30class Ui_FormLoadMatrix
31{
32public:
[bd5e45b]33    QVBoxLayout *verticalLayout;
34    QGridLayout *gridLayout;
[96b0c4a]35    QSpacerItem *horizontalSpacer;
36    QLabel *label_2;
37    QSpacerItem *verticalSpacer_5;
38    QSpacerItem *verticalSpacer_3;
39    QLabel *label;
[bd5e45b]40    QPushButton *buttonOpen;
[96b0c4a]41    QLabel *label_4;
42    QSpinBox *spinBox;
[bd5e45b]43    QFrame *line;
[9dd61b1]44    QSpinBox *spinNumber;
[96b0c4a]45    QLabel *label_3;
[bd5e45b]46    QLineEdit *editFilePath;
[96b0c4a]47    QPushButton *buttonSearch;
[bd5e45b]48    QSpacerItem *verticalSpacer_6;
[96b0c4a]49    QLabel *label_7;
50    QPushButton *buttonCancel;
51    QSpacerItem *verticalSpacer;
[9dd61b1]52
53    void setupUi(QWidget *FormLoadMatrix)
54    {
55        if (FormLoadMatrix->objectName().isEmpty())
56            FormLoadMatrix->setObjectName(QString::fromUtf8("FormLoadMatrix"));
57        FormLoadMatrix->setWindowModality(Qt::ApplicationModal);
[96b0c4a]58        FormLoadMatrix->resize(607, 303);
[bd5e45b]59        verticalLayout = new QVBoxLayout(FormLoadMatrix);
60        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
61        gridLayout = new QGridLayout();
62        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
[96b0c4a]63        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
[bd5e45b]64
[96b0c4a]65        gridLayout->addItem(horizontalSpacer, 2, 2, 1, 2);
[bd5e45b]66
67        label_2 = new QLabel(FormLoadMatrix);
68        label_2->setObjectName(QString::fromUtf8("label_2"));
[9dd61b1]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);
[bd5e45b]75
[96b0c4a]76        gridLayout->addWidget(label_2, 5, 0, 1, 2);
[bd5e45b]77
[96b0c4a]78        verticalSpacer_5 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
[bd5e45b]79
[96b0c4a]80        gridLayout->addItem(verticalSpacer_5, 6, 0, 1, 1);
[bd5e45b]81
[96b0c4a]82        verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
[bd5e45b]83
[96b0c4a]84        gridLayout->addItem(verticalSpacer_3, 4, 0, 1, 1);
[bd5e45b]85
[96b0c4a]86        label = new QLabel(FormLoadMatrix);
87        label->setObjectName(QString::fromUtf8("label"));
88        label->setFont(font);
[bd5e45b]89
[96b0c4a]90        gridLayout->addWidget(label, 0, 0, 1, 2);
[bd5e45b]91
[96b0c4a]92        buttonOpen = new QPushButton(FormLoadMatrix);
93        buttonOpen->setObjectName(QString::fromUtf8("buttonOpen"));
[bd5e45b]94
[96b0c4a]95        gridLayout->addWidget(buttonOpen, 10, 6, 1, 1);
[bd5e45b]96
[96b0c4a]97        label_4 = new QLabel(FormLoadMatrix);
98        label_4->setObjectName(QString::fromUtf8("label_4"));
[bd5e45b]99
[96b0c4a]100        gridLayout->addWidget(label_4, 2, 4, 1, 2);
[bd5e45b]101
[96b0c4a]102        spinBox = new QSpinBox(FormLoadMatrix);
103        spinBox->setObjectName(QString::fromUtf8("spinBox"));
104        spinBox->setMinimum(3);
105        spinBox->setMaximum(15);
[bd5e45b]106
[96b0c4a]107        gridLayout->addWidget(spinBox, 2, 6, 1, 1);
[bd5e45b]108
[96b0c4a]109        line = new QFrame(FormLoadMatrix);
110        line->setObjectName(QString::fromUtf8("line"));
111        line->setFrameShape(QFrame::HLine);
112        line->setFrameShadow(QFrame::Sunken);
[bd5e45b]113
[96b0c4a]114        gridLayout->addWidget(line, 3, 0, 1, 7);
[bd5e45b]115
[96b0c4a]116        spinNumber = new QSpinBox(FormLoadMatrix);
117        spinNumber->setObjectName(QString::fromUtf8("spinNumber"));
[32f758e]118        spinNumber->setMinimum(2);
[bd5e45b]119
[96b0c4a]120        gridLayout->addWidget(spinNumber, 2, 1, 1, 1);
[bd5e45b]121
[96b0c4a]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);
[bd5e45b]127
[96b0c4a]128        gridLayout->addWidget(label_3, 2, 0, 1, 1);
[bd5e45b]129
[96b0c4a]130        editFilePath = new QLineEdit(FormLoadMatrix);
131        editFilePath->setObjectName(QString::fromUtf8("editFilePath"));
132        editFilePath->setReadOnly(true);
[bd5e45b]133
[96b0c4a]134        gridLayout->addWidget(editFilePath, 7, 1, 1, 5);
[bd5e45b]135
[96b0c4a]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);
[bd5e45b]142
[96b0c4a]143        gridLayout->addWidget(buttonSearch, 7, 6, 1, 1);
[bd5e45b]144
145        verticalSpacer_6 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
146
147        gridLayout->addItem(verticalSpacer_6, 1, 1, 1, 1);
148
[96b0c4a]149        label_7 = new QLabel(FormLoadMatrix);
150        label_7->setObjectName(QString::fromUtf8("label_7"));
151        label_7->setFont(font1);
[bd5e45b]152
[96b0c4a]153        gridLayout->addWidget(label_7, 7, 0, 1, 1);
[bd5e45b]154
[96b0c4a]155        buttonCancel = new QPushButton(FormLoadMatrix);
156        buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
[bd5e45b]157
[96b0c4a]158        gridLayout->addWidget(buttonCancel, 10, 4, 1, 1);
[bd5e45b]159
[96b0c4a]160        verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
[bd5e45b]161
[96b0c4a]162        gridLayout->addItem(verticalSpacer, 8, 1, 1, 1);
[bd5e45b]163
164
165        verticalLayout->addLayout(gridLayout);
166
[9dd61b1]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));
[96b0c4a]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));
[9dd61b1]180        label_3->setText(QApplication::translate("FormLoadMatrix", "N\303\272mero de Cuentas:", 0, QApplication::UnicodeUTF8));
[bd5e45b]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));
[96b0c4a]186        buttonCancel->setText(QApplication::translate("FormLoadMatrix", "&Cancelar", 0, QApplication::UnicodeUTF8));
[9dd61b1]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.