source: mmcs/ui_formLoadMatrix.h

Last change on this file was fd48152, checked in by rudmanmrrod <rudman22@…>, 7 years ago

Se dejaron los decimales en 5 digitos

  • Property mode set to 100644
File size: 7.7 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'formLoadMatrix.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_FORMLOADMATRIX_H
10#define UI_FORMLOADMATRIX_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QAction>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QButtonGroup>
16#include <QtWidgets/QFrame>
17#include <QtWidgets/QGridLayout>
18#include <QtWidgets/QHeaderView>
19#include <QtWidgets/QLabel>
20#include <QtWidgets/QLineEdit>
21#include <QtWidgets/QPushButton>
22#include <QtWidgets/QRadioButton>
23#include <QtWidgets/QSpacerItem>
24#include <QtWidgets/QSpinBox>
25#include <QtWidgets/QVBoxLayout>
26#include <QtWidgets/QWidget>
27
28QT_BEGIN_NAMESPACE
29
30class Ui_FormLoadMatrix
31{
32public:
33    QVBoxLayout *verticalLayout;
34    QGridLayout *gridLayout;
35    QRadioButton *radioComponent;
36    QSpacerItem *verticalSpacer_6;
37    QSpacerItem *verticalSpacer_5;
38    QRadioButton *radioAccount;
39    QPushButton *buttonCancel;
40    QLabel *label_3;
41    QLabel *label_info;
42    QFrame *line;
43    QLabel *label_4;
44    QLineEdit *editFilePath;
45    QSpinBox *spinNumber;
46    QPushButton *buttonOpen;
47    QSpacerItem *verticalSpacer;
48    QPushButton *buttonSearch;
49    QLabel *label_7;
50    QSpinBox *spinBox;
51    QLabel *label;
52
53    void setupUi(QWidget *FormLoadMatrix)
54    {
55        if (FormLoadMatrix->objectName().isEmpty())
56            FormLoadMatrix->setObjectName(QStringLiteral("FormLoadMatrix"));
57        FormLoadMatrix->setWindowModality(Qt::ApplicationModal);
58        FormLoadMatrix->resize(642, 304);
59        QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
60        sizePolicy.setHorizontalStretch(0);
61        sizePolicy.setVerticalStretch(0);
62        sizePolicy.setHeightForWidth(FormLoadMatrix->sizePolicy().hasHeightForWidth());
63        FormLoadMatrix->setSizePolicy(sizePolicy);
64        FormLoadMatrix->setMinimumSize(QSize(600, 300));
65        verticalLayout = new QVBoxLayout(FormLoadMatrix);
66        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
67        gridLayout = new QGridLayout();
68        gridLayout->setObjectName(QStringLiteral("gridLayout"));
69        radioComponent = new QRadioButton(FormLoadMatrix);
70        radioComponent->setObjectName(QStringLiteral("radioComponent"));
71
72        gridLayout->addWidget(radioComponent, 8, 2, 1, 1);
73
74        verticalSpacer_6 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
75
76        gridLayout->addItem(verticalSpacer_6, 1, 1, 1, 1);
77
78        verticalSpacer_5 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
79
80        gridLayout->addItem(verticalSpacer_5, 4, 0, 1, 1);
81
82        radioAccount = new QRadioButton(FormLoadMatrix);
83        radioAccount->setObjectName(QStringLiteral("radioAccount"));
84
85        gridLayout->addWidget(radioAccount, 8, 0, 1, 1);
86
87        buttonCancel = new QPushButton(FormLoadMatrix);
88        buttonCancel->setObjectName(QStringLiteral("buttonCancel"));
89
90        gridLayout->addWidget(buttonCancel, 9, 3, 1, 1);
91
92        label_3 = new QLabel(FormLoadMatrix);
93        label_3->setObjectName(QStringLiteral("label_3"));
94        QFont font;
95        font.setPointSize(10);
96        label_3->setFont(font);
97
98        gridLayout->addWidget(label_3, 2, 0, 1, 1);
99
100        label_info = new QLabel(FormLoadMatrix);
101        label_info->setObjectName(QStringLiteral("label_info"));
102        label_info->setStyleSheet(QLatin1String("font-weight: bold;\n"
103"color: #358ccb;\n"
104""));
105
106        gridLayout->addWidget(label_info, 7, 0, 1, 6);
107
108        line = new QFrame(FormLoadMatrix);
109        line->setObjectName(QStringLiteral("line"));
110        line->setFrameShape(QFrame::HLine);
111        line->setFrameShadow(QFrame::Sunken);
112
113        gridLayout->addWidget(line, 3, 0, 1, 6);
114
115        label_4 = new QLabel(FormLoadMatrix);
116        label_4->setObjectName(QStringLiteral("label_4"));
117
118        gridLayout->addWidget(label_4, 2, 3, 1, 2);
119
120        editFilePath = new QLineEdit(FormLoadMatrix);
121        editFilePath->setObjectName(QStringLiteral("editFilePath"));
122        editFilePath->setReadOnly(true);
123
124        gridLayout->addWidget(editFilePath, 5, 1, 1, 4);
125
126        spinNumber = new QSpinBox(FormLoadMatrix);
127        spinNumber->setObjectName(QStringLiteral("spinNumber"));
128        spinNumber->setMinimum(2);
129
130        gridLayout->addWidget(spinNumber, 2, 1, 1, 1);
131
132        buttonOpen = new QPushButton(FormLoadMatrix);
133        buttonOpen->setObjectName(QStringLiteral("buttonOpen"));
134
135        gridLayout->addWidget(buttonOpen, 9, 5, 1, 1);
136
137        verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
138
139        gridLayout->addItem(verticalSpacer, 6, 1, 1, 1);
140
141        buttonSearch = new QPushButton(FormLoadMatrix);
142        buttonSearch->setObjectName(QStringLiteral("buttonSearch"));
143        QIcon icon;
144        icon.addFile(QStringLiteral(":/imgs/folder_blue.png"), QSize(), QIcon::Normal, QIcon::Off);
145        buttonSearch->setIcon(icon);
146        buttonSearch->setFlat(true);
147
148        gridLayout->addWidget(buttonSearch, 5, 5, 1, 1);
149
150        label_7 = new QLabel(FormLoadMatrix);
151        label_7->setObjectName(QStringLiteral("label_7"));
152        label_7->setFont(font);
153
154        gridLayout->addWidget(label_7, 5, 0, 1, 1);
155
156        spinBox = new QSpinBox(FormLoadMatrix);
157        spinBox->setObjectName(QStringLiteral("spinBox"));
158        spinBox->setMinimum(3);
159        spinBox->setMaximum(5);
160
161        gridLayout->addWidget(spinBox, 2, 5, 1, 1);
162
163        label = new QLabel(FormLoadMatrix);
164        label->setObjectName(QStringLiteral("label"));
165        QFont font1;
166        font1.setFamily(QStringLiteral("Aero Matics"));
167        font1.setPointSize(14);
168        font1.setBold(false);
169        font1.setWeight(50);
170        label->setFont(font1);
171
172        gridLayout->addWidget(label, 0, 0, 1, 3);
173
174
175        verticalLayout->addLayout(gridLayout);
176
177        QWidget::setTabOrder(spinNumber, spinBox);
178        QWidget::setTabOrder(spinBox, editFilePath);
179        QWidget::setTabOrder(editFilePath, buttonSearch);
180        QWidget::setTabOrder(buttonSearch, radioAccount);
181        QWidget::setTabOrder(radioAccount, radioComponent);
182        QWidget::setTabOrder(radioComponent, buttonCancel);
183        QWidget::setTabOrder(buttonCancel, buttonOpen);
184
185        retranslateUi(FormLoadMatrix);
186
187        QMetaObject::connectSlotsByName(FormLoadMatrix);
188    } // setupUi
189
190    void retranslateUi(QWidget *FormLoadMatrix)
191    {
192        FormLoadMatrix->setWindowTitle(QApplication::translate("FormLoadMatrix", "Cargar Matriz", 0));
193        radioComponent->setText(QApplication::translate("FormLoadMatrix", "Sub-Cuentas", 0));
194        radioAccount->setText(QApplication::translate("FormLoadMatrix", "Con Cuentas", 0));
195        buttonCancel->setText(QApplication::translate("FormLoadMatrix", "&Cancelar", 0));
196        label_3->setText(QApplication::translate("FormLoadMatrix", "N\303\272mero de Cuentas:", 0));
197        label_info->setText(QString());
198        label_4->setText(QApplication::translate("FormLoadMatrix", "N\303\272mero de Decimales", 0));
199        buttonOpen->setText(QApplication::translate("FormLoadMatrix", "A&brir", 0));
200#ifndef QT_NO_TOOLTIP
201        buttonSearch->setToolTip(QApplication::translate("FormLoadMatrix", "Examinar", 0));
202#endif // QT_NO_TOOLTIP
203        buttonSearch->setText(QString());
204        label_7->setText(QApplication::translate("FormLoadMatrix", "Archivo:", 0));
205        label->setText(QApplication::translate("FormLoadMatrix", "Definir Par\303\241metros de la Matriz", 0));
206    } // retranslateUi
207
208};
209
210namespace Ui {
211    class FormLoadMatrix: public Ui_FormLoadMatrix {};
212} // namespace Ui
213
214QT_END_NAMESPACE
215
216#endif // UI_FORMLOADMATRIX_H
Note: See TracBrowser for help on using the repository browser.