source: mmcs/ui_formLoadMatrix.h @ bd5e45b

matrices
Last change on this file since bd5e45b was bd5e45b, checked in by rboet <rboet@…>, 9 years ago

Traducción de los botones de diálogo, primer prototipo de matriz La

  • Property mode set to 100644
File size: 8.7 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'formLoadMatrix.ui'
3**
4** Created: Mon Aug 10 09:45:07 2015
5**      by: Qt User Interface Compiler version 4.8.2
6**
7** WARNING! All changes made in this file will be lost when recompiling UI file!
8********************************************************************************/
9
10#ifndef UI_FORMLOADMATRIX_H
11#define UI_FORMLOADMATRIX_H
12
13#include <QtCore/QVariant>
14#include <QtGui/QAction>
15#include <QtGui/QApplication>
16#include <QtGui/QButtonGroup>
17#include <QtGui/QComboBox>
18#include <QtGui/QFrame>
19#include <QtGui/QGridLayout>
20#include <QtGui/QHeaderView>
21#include <QtGui/QLabel>
22#include <QtGui/QLineEdit>
23#include <QtGui/QPushButton>
24#include <QtGui/QSpacerItem>
25#include <QtGui/QSpinBox>
26#include <QtGui/QVBoxLayout>
27#include <QtGui/QWidget>
28
29QT_BEGIN_NAMESPACE
30
31class Ui_FormLoadMatrix
32{
33public:
34    QVBoxLayout *verticalLayout;
35    QGridLayout *gridLayout;
36    QPushButton *buttonOpen;
37    QLineEdit *editYear;
38    QSpacerItem *verticalSpacer;
39    QFrame *line;
40    QLabel *label_2;
41    QLabel *label_6;
42    QLabel *label_5;
43    QLabel *label_3;
44    QSpinBox *spinNumber;
45    QPushButton *buttonSearch;
46    QPushButton *buttonCancel;
47    QLineEdit *editFilePath;
48    QLabel *label;
49    QLabel *label_7;
50    QSpacerItem *verticalSpacer_2;
51    QSpacerItem *verticalSpacer_3;
52    QSpacerItem *verticalSpacer_4;
53    QSpacerItem *verticalSpacer_5;
54    QSpacerItem *verticalSpacer_6;
55    QSpacerItem *horizontalSpacer;
56    QLabel *label_4;
57    QComboBox *comboSeparator;
58    QLineEdit *editCountry;
59
60    void setupUi(QWidget *FormLoadMatrix)
61    {
62        if (FormLoadMatrix->objectName().isEmpty())
63            FormLoadMatrix->setObjectName(QString::fromUtf8("FormLoadMatrix"));
64        FormLoadMatrix->setWindowModality(Qt::ApplicationModal);
65        FormLoadMatrix->resize(635, 332);
66        verticalLayout = new QVBoxLayout(FormLoadMatrix);
67        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
68        gridLayout = new QGridLayout();
69        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
70        buttonOpen = new QPushButton(FormLoadMatrix);
71        buttonOpen->setObjectName(QString::fromUtf8("buttonOpen"));
72
73        gridLayout->addWidget(buttonOpen, 13, 6, 1, 1);
74
75        editYear = new QLineEdit(FormLoadMatrix);
76        editYear->setObjectName(QString::fromUtf8("editYear"));
77
78        gridLayout->addWidget(editYear, 4, 1, 1, 1);
79
80        verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
81
82        gridLayout->addItem(verticalSpacer, 11, 1, 1, 1);
83
84        line = new QFrame(FormLoadMatrix);
85        line->setObjectName(QString::fromUtf8("line"));
86        line->setFrameShape(QFrame::HLine);
87        line->setFrameShadow(QFrame::Sunken);
88
89        gridLayout->addWidget(line, 6, 0, 1, 7);
90
91        label_2 = new QLabel(FormLoadMatrix);
92        label_2->setObjectName(QString::fromUtf8("label_2"));
93        QFont font;
94        font.setFamily(QString::fromUtf8("Aero Matics"));
95        font.setPointSize(14);
96        font.setBold(false);
97        font.setWeight(50);
98        label_2->setFont(font);
99
100        gridLayout->addWidget(label_2, 8, 0, 1, 2);
101
102        label_6 = new QLabel(FormLoadMatrix);
103        label_6->setObjectName(QString::fromUtf8("label_6"));
104
105        gridLayout->addWidget(label_6, 4, 3, 1, 1);
106
107        label_5 = new QLabel(FormLoadMatrix);
108        label_5->setObjectName(QString::fromUtf8("label_5"));
109        QFont font1;
110        font1.setPointSize(10);
111        label_5->setFont(font1);
112
113        gridLayout->addWidget(label_5, 4, 0, 1, 1);
114
115        label_3 = new QLabel(FormLoadMatrix);
116        label_3->setObjectName(QString::fromUtf8("label_3"));
117        label_3->setFont(font1);
118
119        gridLayout->addWidget(label_3, 2, 0, 1, 1);
120
121        spinNumber = new QSpinBox(FormLoadMatrix);
122        spinNumber->setObjectName(QString::fromUtf8("spinNumber"));
123        spinNumber->setMinimum(1);
124
125        gridLayout->addWidget(spinNumber, 2, 1, 1, 1);
126
127        buttonSearch = new QPushButton(FormLoadMatrix);
128        buttonSearch->setObjectName(QString::fromUtf8("buttonSearch"));
129        QIcon icon;
130        icon.addFile(QString::fromUtf8("img/folder_blue.png"), QSize(), QIcon::Normal, QIcon::Off);
131        buttonSearch->setIcon(icon);
132        buttonSearch->setFlat(true);
133
134        gridLayout->addWidget(buttonSearch, 10, 6, 1, 1);
135
136        buttonCancel = new QPushButton(FormLoadMatrix);
137        buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
138
139        gridLayout->addWidget(buttonCancel, 13, 4, 1, 1);
140
141        editFilePath = new QLineEdit(FormLoadMatrix);
142        editFilePath->setObjectName(QString::fromUtf8("editFilePath"));
143        editFilePath->setReadOnly(true);
144
145        gridLayout->addWidget(editFilePath, 10, 1, 1, 5);
146
147        label = new QLabel(FormLoadMatrix);
148        label->setObjectName(QString::fromUtf8("label"));
149        label->setFont(font);
150
151        gridLayout->addWidget(label, 0, 0, 1, 2);
152
153        label_7 = new QLabel(FormLoadMatrix);
154        label_7->setObjectName(QString::fromUtf8("label_7"));
155        label_7->setFont(font1);
156
157        gridLayout->addWidget(label_7, 10, 0, 1, 1);
158
159        verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
160
161        gridLayout->addItem(verticalSpacer_2, 3, 1, 1, 1);
162
163        verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
164
165        gridLayout->addItem(verticalSpacer_3, 7, 0, 1, 1);
166
167        verticalSpacer_4 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
168
169        gridLayout->addItem(verticalSpacer_4, 5, 0, 1, 1);
170
171        verticalSpacer_5 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
172
173        gridLayout->addItem(verticalSpacer_5, 9, 0, 1, 1);
174
175        verticalSpacer_6 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
176
177        gridLayout->addItem(verticalSpacer_6, 1, 1, 1, 1);
178
179        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
180
181        gridLayout->addItem(horizontalSpacer, 2, 2, 1, 1);
182
183        label_4 = new QLabel(FormLoadMatrix);
184        label_4->setObjectName(QString::fromUtf8("label_4"));
185
186        gridLayout->addWidget(label_4, 2, 3, 1, 1);
187
188        comboSeparator = new QComboBox(FormLoadMatrix);
189        comboSeparator->setObjectName(QString::fromUtf8("comboSeparator"));
190        comboSeparator->setEditable(false);
191
192        gridLayout->addWidget(comboSeparator, 2, 4, 1, 2);
193
194        editCountry = new QLineEdit(FormLoadMatrix);
195        editCountry->setObjectName(QString::fromUtf8("editCountry"));
196
197        gridLayout->addWidget(editCountry, 4, 4, 1, 3);
198
199
200        verticalLayout->addLayout(gridLayout);
201
202
203        retranslateUi(FormLoadMatrix);
204
205        QMetaObject::connectSlotsByName(FormLoadMatrix);
206    } // setupUi
207
208    void retranslateUi(QWidget *FormLoadMatrix)
209    {
210        FormLoadMatrix->setWindowTitle(QApplication::translate("FormLoadMatrix", "Cargar Matriz", 0, QApplication::UnicodeUTF8));
211        buttonOpen->setText(QApplication::translate("FormLoadMatrix", "A&brir", 0, QApplication::UnicodeUTF8));
212        label_2->setText(QApplication::translate("FormLoadMatrix", "2.- Cargar Matriz", 0, QApplication::UnicodeUTF8));
213        label_6->setText(QApplication::translate("FormLoadMatrix", "Pa\303\255s:", 0, QApplication::UnicodeUTF8));
214        label_5->setText(QApplication::translate("FormLoadMatrix", "A\303\261o:", 0, QApplication::UnicodeUTF8));
215        label_3->setText(QApplication::translate("FormLoadMatrix", "N\303\272mero de Cuentas:", 0, QApplication::UnicodeUTF8));
216#ifndef QT_NO_TOOLTIP
217        buttonSearch->setToolTip(QApplication::translate("FormLoadMatrix", "Examinar", 0, QApplication::UnicodeUTF8));
218#endif // QT_NO_TOOLTIP
219        buttonSearch->setText(QString());
220        buttonCancel->setText(QApplication::translate("FormLoadMatrix", "&Cancelar", 0, QApplication::UnicodeUTF8));
221        label->setText(QApplication::translate("FormLoadMatrix", "1.- Estructura de la Matriz", 0, QApplication::UnicodeUTF8));
222        label_7->setText(QApplication::translate("FormLoadMatrix", "Archivo:", 0, QApplication::UnicodeUTF8));
223        label_4->setText(QApplication::translate("FormLoadMatrix", "Separador:", 0, QApplication::UnicodeUTF8));
224        comboSeparator->clear();
225        comboSeparator->insertItems(0, QStringList()
226         << QApplication::translate("FormLoadMatrix", ",", 0, QApplication::UnicodeUTF8)
227         << QApplication::translate("FormLoadMatrix", ";", 0, QApplication::UnicodeUTF8)
228         << QApplication::translate("FormLoadMatrix", "|", 0, QApplication::UnicodeUTF8)
229        );
230    } // retranslateUi
231
232};
233
234namespace Ui {
235    class FormLoadMatrix: public Ui_FormLoadMatrix {};
236} // namespace Ui
237
238QT_END_NAMESPACE
239
240#endif // UI_FORMLOADMATRIX_H
Note: See TracBrowser for help on using the repository browser.