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
RevLine 
[9dd61b1]1/********************************************************************************
2** Form generated from reading UI file 'formLoadMatrix.ui'
3**
[e62517a]4** Created by: Qt User Interface Compiler version 5.3.2
[9dd61b1]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>
[e62517a]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>
[9dd61b1]27
28QT_BEGIN_NAMESPACE
29
30class Ui_FormLoadMatrix
31{
32public:
[bd5e45b]33    QVBoxLayout *verticalLayout;
34    QGridLayout *gridLayout;
[82657bc]35    QRadioButton *radioComponent;
36    QSpacerItem *verticalSpacer_6;
[96b0c4a]37    QSpacerItem *verticalSpacer_5;
[82657bc]38    QRadioButton *radioAccount;
39    QPushButton *buttonCancel;
[96b0c4a]40    QLabel *label_3;
[82657bc]41    QLabel *label_info;
42    QFrame *line;
43    QLabel *label_4;
[bd5e45b]44    QLineEdit *editFilePath;
[82657bc]45    QSpinBox *spinNumber;
46    QPushButton *buttonOpen;
47    QSpacerItem *verticalSpacer;
[96b0c4a]48    QPushButton *buttonSearch;
49    QLabel *label_7;
[82657bc]50    QSpinBox *spinBox;
51    QLabel *label;
[9dd61b1]52
53    void setupUi(QWidget *FormLoadMatrix)
54    {
55        if (FormLoadMatrix->objectName().isEmpty())
[e62517a]56            FormLoadMatrix->setObjectName(QStringLiteral("FormLoadMatrix"));
[9dd61b1]57        FormLoadMatrix->setWindowModality(Qt::ApplicationModal);
[e62517a]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));
[bd5e45b]65        verticalLayout = new QVBoxLayout(FormLoadMatrix);
[e62517a]66        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
[bd5e45b]67        gridLayout = new QGridLayout();
[e62517a]68        gridLayout->setObjectName(QStringLiteral("gridLayout"));
[82657bc]69        radioComponent = new QRadioButton(FormLoadMatrix);
70        radioComponent->setObjectName(QStringLiteral("radioComponent"));
[bd5e45b]71
[82657bc]72        gridLayout->addWidget(radioComponent, 8, 2, 1, 1);
[bd5e45b]73
[82657bc]74        verticalSpacer_6 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
[bd5e45b]75
[82657bc]76        gridLayout->addItem(verticalSpacer_6, 1, 1, 1, 1);
[bd5e45b]77
[96b0c4a]78        verticalSpacer_5 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
[bd5e45b]79
[82657bc]80        gridLayout->addItem(verticalSpacer_5, 4, 0, 1, 1);
[bd5e45b]81
[82657bc]82        radioAccount = new QRadioButton(FormLoadMatrix);
83        radioAccount->setObjectName(QStringLiteral("radioAccount"));
[bd5e45b]84
[82657bc]85        gridLayout->addWidget(radioAccount, 8, 0, 1, 1);
[bd5e45b]86
[82657bc]87        buttonCancel = new QPushButton(FormLoadMatrix);
88        buttonCancel->setObjectName(QStringLiteral("buttonCancel"));
[bd5e45b]89
[82657bc]90        gridLayout->addWidget(buttonCancel, 9, 3, 1, 1);
[bd5e45b]91
[82657bc]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);
[bd5e45b]97
[82657bc]98        gridLayout->addWidget(label_3, 2, 0, 1, 1);
[bd5e45b]99
[82657bc]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""));
[bd5e45b]105
[82657bc]106        gridLayout->addWidget(label_info, 7, 0, 1, 6);
[bd5e45b]107
[96b0c4a]108        line = new QFrame(FormLoadMatrix);
[e62517a]109        line->setObjectName(QStringLiteral("line"));
[96b0c4a]110        line->setFrameShape(QFrame::HLine);
111        line->setFrameShadow(QFrame::Sunken);
[bd5e45b]112
[82657bc]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);
[bd5e45b]125
[96b0c4a]126        spinNumber = new QSpinBox(FormLoadMatrix);
[e62517a]127        spinNumber->setObjectName(QStringLiteral("spinNumber"));
[32f758e]128        spinNumber->setMinimum(2);
[bd5e45b]129
[96b0c4a]130        gridLayout->addWidget(spinNumber, 2, 1, 1, 1);
[bd5e45b]131
[82657bc]132        buttonOpen = new QPushButton(FormLoadMatrix);
133        buttonOpen->setObjectName(QStringLiteral("buttonOpen"));
[bd5e45b]134
[82657bc]135        gridLayout->addWidget(buttonOpen, 9, 5, 1, 1);
[bd5e45b]136
[82657bc]137        verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
[bd5e45b]138
[82657bc]139        gridLayout->addItem(verticalSpacer, 6, 1, 1, 1);
[bd5e45b]140
[96b0c4a]141        buttonSearch = new QPushButton(FormLoadMatrix);
[e62517a]142        buttonSearch->setObjectName(QStringLiteral("buttonSearch"));
[96b0c4a]143        QIcon icon;
[e62517a]144        icon.addFile(QStringLiteral(":/imgs/folder_blue.png"), QSize(), QIcon::Normal, QIcon::Off);
[96b0c4a]145        buttonSearch->setIcon(icon);
146        buttonSearch->setFlat(true);
[bd5e45b]147
[82657bc]148        gridLayout->addWidget(buttonSearch, 5, 5, 1, 1);
[bd5e45b]149
[96b0c4a]150        label_7 = new QLabel(FormLoadMatrix);
[e62517a]151        label_7->setObjectName(QStringLiteral("label_7"));
[82657bc]152        label_7->setFont(font);
[bd5e45b]153
[82657bc]154        gridLayout->addWidget(label_7, 5, 0, 1, 1);
[bd5e45b]155
[82657bc]156        spinBox = new QSpinBox(FormLoadMatrix);
157        spinBox->setObjectName(QStringLiteral("spinBox"));
158        spinBox->setMinimum(3);
[fd48152]159        spinBox->setMaximum(5);
[588814f]160
[82657bc]161        gridLayout->addWidget(spinBox, 2, 5, 1, 1);
[588814f]162
[82657bc]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);
[588814f]171
[82657bc]172        gridLayout->addWidget(label, 0, 0, 1, 3);
[588814f]173
[bd5e45b]174
175        verticalLayout->addLayout(gridLayout);
176
[588814f]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);
[9dd61b1]184
185        retranslateUi(FormLoadMatrix);
186
187        QMetaObject::connectSlotsByName(FormLoadMatrix);
188    } // setupUi
189
190    void retranslateUi(QWidget *FormLoadMatrix)
191    {
[e62517a]192        FormLoadMatrix->setWindowTitle(QApplication::translate("FormLoadMatrix", "Cargar Matriz", 0));
[2dc173b]193        radioComponent->setText(QApplication::translate("FormLoadMatrix", "Sub-Cuentas", 0));
[82657bc]194        radioAccount->setText(QApplication::translate("FormLoadMatrix", "Con Cuentas", 0));
195        buttonCancel->setText(QApplication::translate("FormLoadMatrix", "&Cancelar", 0));
[e62517a]196        label_3->setText(QApplication::translate("FormLoadMatrix", "N\303\272mero de Cuentas:", 0));
[82657bc]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));
[bd5e45b]200#ifndef QT_NO_TOOLTIP
[e62517a]201        buttonSearch->setToolTip(QApplication::translate("FormLoadMatrix", "Examinar", 0));
[bd5e45b]202#endif // QT_NO_TOOLTIP
203        buttonSearch->setText(QString());
[e62517a]204        label_7->setText(QApplication::translate("FormLoadMatrix", "Archivo:", 0));
[82657bc]205        label->setText(QApplication::translate("FormLoadMatrix", "Definir Par\303\241metros de la Matriz", 0));
[9dd61b1]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.