source: mmcs/ui_formLoadMatrix.h @ 8a36d4a

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

Migrado el proyecto a la versión 5 de Qt, agregado primer boceto del PDF

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