source: mmcs/ui_formLoadMatrix.h @ 588814f

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

Agregada funcionalidad para cargar desde un csv con las cuentas

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