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
RevLine 
[9dd61b1]1/********************************************************************************
2** Form generated from reading UI file 'formLoadMatrix.ui'
3**
[588814f]4** Created by: Qt User Interface Compiler version 4.8.6
[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>
13#include <QtGui/QAction>
14#include <QtGui/QApplication>
15#include <QtGui/QButtonGroup>
16#include <QtGui/QFrame>
[bd5e45b]17#include <QtGui/QGridLayout>
[9dd61b1]18#include <QtGui/QHeaderView>
19#include <QtGui/QLabel>
20#include <QtGui/QLineEdit>
21#include <QtGui/QPushButton>
[588814f]22#include <QtGui/QRadioButton>
[bd5e45b]23#include <QtGui/QSpacerItem>
[9dd61b1]24#include <QtGui/QSpinBox>
[bd5e45b]25#include <QtGui/QVBoxLayout>
[9dd61b1]26#include <QtGui/QWidget>
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())
59            FormLoadMatrix->setObjectName(QString::fromUtf8("FormLoadMatrix"));
60        FormLoadMatrix->setWindowModality(Qt::ApplicationModal);
[588814f]61        FormLoadMatrix->resize(607, 304);
[bd5e45b]62        verticalLayout = new QVBoxLayout(FormLoadMatrix);
63        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
64        gridLayout = new QGridLayout();
65        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
[96b0c4a]66        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
[bd5e45b]67
[96b0c4a]68        gridLayout->addItem(horizontalSpacer, 2, 2, 1, 2);
[bd5e45b]69
70        label_2 = new QLabel(FormLoadMatrix);
71        label_2->setObjectName(QString::fromUtf8("label_2"));
[9dd61b1]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);
[bd5e45b]78
[96b0c4a]79        gridLayout->addWidget(label_2, 5, 0, 1, 2);
[bd5e45b]80
[96b0c4a]81        verticalSpacer_5 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
[bd5e45b]82
[96b0c4a]83        gridLayout->addItem(verticalSpacer_5, 6, 0, 1, 1);
[bd5e45b]84
[96b0c4a]85        verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
[bd5e45b]86
[96b0c4a]87        gridLayout->addItem(verticalSpacer_3, 4, 0, 1, 1);
[bd5e45b]88
[96b0c4a]89        label = new QLabel(FormLoadMatrix);
90        label->setObjectName(QString::fromUtf8("label"));
91        label->setFont(font);
[bd5e45b]92
[96b0c4a]93        gridLayout->addWidget(label, 0, 0, 1, 2);
[bd5e45b]94
[96b0c4a]95        buttonOpen = new QPushButton(FormLoadMatrix);
96        buttonOpen->setObjectName(QString::fromUtf8("buttonOpen"));
[bd5e45b]97
[588814f]98        gridLayout->addWidget(buttonOpen, 11, 6, 1, 1);
[bd5e45b]99
[96b0c4a]100        label_4 = new QLabel(FormLoadMatrix);
101        label_4->setObjectName(QString::fromUtf8("label_4"));
[bd5e45b]102
[96b0c4a]103        gridLayout->addWidget(label_4, 2, 4, 1, 2);
[bd5e45b]104
[96b0c4a]105        spinBox = new QSpinBox(FormLoadMatrix);
106        spinBox->setObjectName(QString::fromUtf8("spinBox"));
107        spinBox->setMinimum(3);
108        spinBox->setMaximum(15);
[bd5e45b]109
[96b0c4a]110        gridLayout->addWidget(spinBox, 2, 6, 1, 1);
[bd5e45b]111
[96b0c4a]112        line = new QFrame(FormLoadMatrix);
113        line->setObjectName(QString::fromUtf8("line"));
114        line->setFrameShape(QFrame::HLine);
115        line->setFrameShadow(QFrame::Sunken);
[bd5e45b]116
[96b0c4a]117        gridLayout->addWidget(line, 3, 0, 1, 7);
[bd5e45b]118
[96b0c4a]119        spinNumber = new QSpinBox(FormLoadMatrix);
120        spinNumber->setObjectName(QString::fromUtf8("spinNumber"));
[32f758e]121        spinNumber->setMinimum(2);
[bd5e45b]122
[96b0c4a]123        gridLayout->addWidget(spinNumber, 2, 1, 1, 1);
[bd5e45b]124
[96b0c4a]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);
[bd5e45b]130
[96b0c4a]131        gridLayout->addWidget(label_3, 2, 0, 1, 1);
[bd5e45b]132
[96b0c4a]133        editFilePath = new QLineEdit(FormLoadMatrix);
134        editFilePath->setObjectName(QString::fromUtf8("editFilePath"));
135        editFilePath->setReadOnly(true);
[bd5e45b]136
[96b0c4a]137        gridLayout->addWidget(editFilePath, 7, 1, 1, 5);
[bd5e45b]138
[96b0c4a]139        buttonSearch = new QPushButton(FormLoadMatrix);
140        buttonSearch->setObjectName(QString::fromUtf8("buttonSearch"));
141        QIcon icon;
[68e57de]142        icon.addFile(QString::fromUtf8(":/imgs/folder_blue.png"), QSize(), QIcon::Normal, QIcon::Off);
[96b0c4a]143        buttonSearch->setIcon(icon);
144        buttonSearch->setFlat(true);
[bd5e45b]145
[96b0c4a]146        gridLayout->addWidget(buttonSearch, 7, 6, 1, 1);
[bd5e45b]147
[588814f]148        buttonCancel = new QPushButton(FormLoadMatrix);
149        buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
150
151        gridLayout->addWidget(buttonCancel, 11, 4, 1, 1);
152
[bd5e45b]153        verticalSpacer_6 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
154
155        gridLayout->addItem(verticalSpacer_6, 1, 1, 1, 1);
156
[96b0c4a]157        label_7 = new QLabel(FormLoadMatrix);
158        label_7->setObjectName(QString::fromUtf8("label_7"));
159        label_7->setFont(font1);
[bd5e45b]160
[96b0c4a]161        gridLayout->addWidget(label_7, 7, 0, 1, 1);
[bd5e45b]162
[96b0c4a]163        verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
[bd5e45b]164
[96b0c4a]165        gridLayout->addItem(verticalSpacer, 8, 1, 1, 1);
[bd5e45b]166
[588814f]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
[bd5e45b]185
186        verticalLayout->addLayout(gridLayout);
187
[588814f]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);
[9dd61b1]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));
[96b0c4a]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));
[9dd61b1]208        label_3->setText(QApplication::translate("FormLoadMatrix", "N\303\272mero de Cuentas:", 0, QApplication::UnicodeUTF8));
[bd5e45b]209#ifndef QT_NO_TOOLTIP
210        buttonSearch->setToolTip(QApplication::translate("FormLoadMatrix", "Examinar", 0, QApplication::UnicodeUTF8));
211#endif // QT_NO_TOOLTIP
212        buttonSearch->setText(QString());
[96b0c4a]213        buttonCancel->setText(QApplication::translate("FormLoadMatrix", "&Cancelar", 0, QApplication::UnicodeUTF8));
[588814f]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());
[9dd61b1]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.