source: mmcs/ui_formLoadMatrix.h @ e62517a

Last change on this file since e62517a 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
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    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    QPushButton *buttonCancel;
49    QSpacerItem *verticalSpacer_6;
50    QLabel *label_7;
51    QSpacerItem *verticalSpacer;
52    QRadioButton *radioAccount;
53    QRadioButton *radioComponent;
54    QLabel *label_info;
55
56    void setupUi(QWidget *FormLoadMatrix)
57    {
58        if (FormLoadMatrix->objectName().isEmpty())
59            FormLoadMatrix->setObjectName(QStringLiteral("FormLoadMatrix"));
60        FormLoadMatrix->setWindowModality(Qt::ApplicationModal);
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));
68        verticalLayout = new QVBoxLayout(FormLoadMatrix);
69        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
70        gridLayout = new QGridLayout();
71        gridLayout->setObjectName(QStringLiteral("gridLayout"));
72        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
73
74        gridLayout->addItem(horizontalSpacer, 2, 2, 1, 2);
75
76        label_2 = new QLabel(FormLoadMatrix);
77        label_2->setObjectName(QStringLiteral("label_2"));
78        QFont font;
79        font.setFamily(QStringLiteral("Aero Matics"));
80        font.setPointSize(14);
81        font.setBold(false);
82        font.setWeight(50);
83        label_2->setFont(font);
84
85        gridLayout->addWidget(label_2, 5, 0, 1, 2);
86
87        verticalSpacer_5 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
88
89        gridLayout->addItem(verticalSpacer_5, 6, 0, 1, 1);
90
91        verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
92
93        gridLayout->addItem(verticalSpacer_3, 4, 0, 1, 1);
94
95        label = new QLabel(FormLoadMatrix);
96        label->setObjectName(QStringLiteral("label"));
97        label->setFont(font);
98
99        gridLayout->addWidget(label, 0, 0, 1, 2);
100
101        buttonOpen = new QPushButton(FormLoadMatrix);
102        buttonOpen->setObjectName(QStringLiteral("buttonOpen"));
103
104        gridLayout->addWidget(buttonOpen, 11, 6, 1, 1);
105
106        label_4 = new QLabel(FormLoadMatrix);
107        label_4->setObjectName(QStringLiteral("label_4"));
108
109        gridLayout->addWidget(label_4, 2, 4, 1, 2);
110
111        spinBox = new QSpinBox(FormLoadMatrix);
112        spinBox->setObjectName(QStringLiteral("spinBox"));
113        spinBox->setMinimum(3);
114        spinBox->setMaximum(15);
115
116        gridLayout->addWidget(spinBox, 2, 6, 1, 1);
117
118        line = new QFrame(FormLoadMatrix);
119        line->setObjectName(QStringLiteral("line"));
120        line->setFrameShape(QFrame::HLine);
121        line->setFrameShadow(QFrame::Sunken);
122
123        gridLayout->addWidget(line, 3, 0, 1, 7);
124
125        spinNumber = new QSpinBox(FormLoadMatrix);
126        spinNumber->setObjectName(QStringLiteral("spinNumber"));
127        spinNumber->setMinimum(2);
128
129        gridLayout->addWidget(spinNumber, 2, 1, 1, 1);
130
131        label_3 = new QLabel(FormLoadMatrix);
132        label_3->setObjectName(QStringLiteral("label_3"));
133        QFont font1;
134        font1.setPointSize(10);
135        label_3->setFont(font1);
136
137        gridLayout->addWidget(label_3, 2, 0, 1, 1);
138
139        editFilePath = new QLineEdit(FormLoadMatrix);
140        editFilePath->setObjectName(QStringLiteral("editFilePath"));
141        editFilePath->setReadOnly(true);
142
143        gridLayout->addWidget(editFilePath, 7, 1, 1, 5);
144
145        buttonSearch = new QPushButton(FormLoadMatrix);
146        buttonSearch->setObjectName(QStringLiteral("buttonSearch"));
147        QIcon icon;
148        icon.addFile(QStringLiteral(":/imgs/folder_blue.png"), QSize(), QIcon::Normal, QIcon::Off);
149        buttonSearch->setIcon(icon);
150        buttonSearch->setFlat(true);
151
152        gridLayout->addWidget(buttonSearch, 7, 6, 1, 1);
153
154        buttonCancel = new QPushButton(FormLoadMatrix);
155        buttonCancel->setObjectName(QStringLiteral("buttonCancel"));
156
157        gridLayout->addWidget(buttonCancel, 11, 4, 1, 1);
158
159        verticalSpacer_6 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
160
161        gridLayout->addItem(verticalSpacer_6, 1, 1, 1, 1);
162
163        label_7 = new QLabel(FormLoadMatrix);
164        label_7->setObjectName(QStringLiteral("label_7"));
165        label_7->setFont(font1);
166
167        gridLayout->addWidget(label_7, 7, 0, 1, 1);
168
169        verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
170
171        gridLayout->addItem(verticalSpacer, 8, 1, 1, 1);
172
173        radioAccount = new QRadioButton(FormLoadMatrix);
174        radioAccount->setObjectName(QStringLiteral("radioAccount"));
175
176        gridLayout->addWidget(radioAccount, 10, 0, 1, 1);
177
178        radioComponent = new QRadioButton(FormLoadMatrix);
179        radioComponent->setObjectName(QStringLiteral("radioComponent"));
180
181        gridLayout->addWidget(radioComponent, 10, 2, 1, 1);
182
183        label_info = new QLabel(FormLoadMatrix);
184        label_info->setObjectName(QStringLiteral("label_info"));
185        label_info->setStyleSheet(QLatin1String("font-weight: bold;\n"
186"color: #358ccb;\n"
187""));
188
189        gridLayout->addWidget(label_info, 9, 0, 1, 7);
190
191
192        verticalLayout->addLayout(gridLayout);
193
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);
201
202        retranslateUi(FormLoadMatrix);
203
204        QMetaObject::connectSlotsByName(FormLoadMatrix);
205    } // setupUi
206
207    void retranslateUi(QWidget *FormLoadMatrix)
208    {
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));
215#ifndef QT_NO_TOOLTIP
216        buttonSearch->setToolTip(QApplication::translate("FormLoadMatrix", "Examinar", 0));
217#endif // QT_NO_TOOLTIP
218        buttonSearch->setText(QString());
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));
223        label_info->setText(QString());
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.