source: mmcs/ui_formexportreport.h

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

Agregada la funcionalidad para exportar el gráfico de encadenamientos

  • Property mode set to 100644
File size: 5.7 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'formexportreport.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_FORMEXPORTREPORT_H
10#define UI_FORMEXPORTREPORT_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QAction>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QButtonGroup>
16#include <QtWidgets/QGridLayout>
17#include <QtWidgets/QHeaderView>
18#include <QtWidgets/QLabel>
19#include <QtWidgets/QLineEdit>
20#include <QtWidgets/QPushButton>
21#include <QtWidgets/QSpacerItem>
22#include <QtWidgets/QWidget>
23
24QT_BEGIN_NAMESPACE
25
26class Ui_FormExportReport
27{
28public:
29    QGridLayout *gridLayout_2;
30    QGridLayout *gridLayout;
31    QLabel *label;
32    QSpacerItem *verticalSpacer;
33    QLabel *label_2;
34    QPushButton *ButtonGenerar;
35    QLineEdit *lineEdit;
36    QPushButton *ButtonCancelar;
37    QPushButton *ButtonCargar;
38    QSpacerItem *verticalSpacer_2;
39    QLabel *label_3;
40
41    void setupUi(QWidget *FormExportReport)
42    {
43        if (FormExportReport->objectName().isEmpty())
44            FormExportReport->setObjectName(QStringLiteral("FormExportReport"));
45        FormExportReport->setWindowModality(Qt::WindowModal);
46        FormExportReport->resize(728, 354);
47        gridLayout_2 = new QGridLayout(FormExportReport);
48        gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
49        gridLayout = new QGridLayout();
50        gridLayout->setObjectName(QStringLiteral("gridLayout"));
51        label = new QLabel(FormExportReport);
52        label->setObjectName(QStringLiteral("label"));
53        QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
54        sizePolicy.setHorizontalStretch(0);
55        sizePolicy.setVerticalStretch(0);
56        sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
57        label->setSizePolicy(sizePolicy);
58        QFont font;
59        font.setPointSize(14);
60        label->setFont(font);
61        label->setAlignment(Qt::AlignCenter);
62
63        gridLayout->addWidget(label, 0, 0, 1, 6);
64
65        verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
66
67        gridLayout->addItem(verticalSpacer, 4, 1, 1, 1);
68
69        label_2 = new QLabel(FormExportReport);
70        label_2->setObjectName(QStringLiteral("label_2"));
71        QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Preferred);
72        sizePolicy1.setHorizontalStretch(0);
73        sizePolicy1.setVerticalStretch(0);
74        sizePolicy1.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth());
75        label_2->setSizePolicy(sizePolicy1);
76
77        gridLayout->addWidget(label_2, 3, 0, 1, 1);
78
79        ButtonGenerar = new QPushButton(FormExportReport);
80        ButtonGenerar->setObjectName(QStringLiteral("ButtonGenerar"));
81        QSizePolicy sizePolicy2(QSizePolicy::Fixed, QSizePolicy::Fixed);
82        sizePolicy2.setHorizontalStretch(0);
83        sizePolicy2.setVerticalStretch(0);
84        sizePolicy2.setHeightForWidth(ButtonGenerar->sizePolicy().hasHeightForWidth());
85        ButtonGenerar->setSizePolicy(sizePolicy2);
86
87        gridLayout->addWidget(ButtonGenerar, 6, 2, 1, 1);
88
89        lineEdit = new QLineEdit(FormExportReport);
90        lineEdit->setObjectName(QStringLiteral("lineEdit"));
91        lineEdit->setReadOnly(true);
92
93        gridLayout->addWidget(lineEdit, 3, 1, 1, 4);
94
95        ButtonCancelar = new QPushButton(FormExportReport);
96        ButtonCancelar->setObjectName(QStringLiteral("ButtonCancelar"));
97        sizePolicy2.setHeightForWidth(ButtonCancelar->sizePolicy().hasHeightForWidth());
98        ButtonCancelar->setSizePolicy(sizePolicy2);
99
100        gridLayout->addWidget(ButtonCancelar, 6, 4, 1, 1);
101
102        ButtonCargar = new QPushButton(FormExportReport);
103        ButtonCargar->setObjectName(QStringLiteral("ButtonCargar"));
104        sizePolicy2.setHeightForWidth(ButtonCargar->sizePolicy().hasHeightForWidth());
105        ButtonCargar->setSizePolicy(sizePolicy2);
106        QIcon icon;
107        icon.addFile(QStringLiteral(":/imgs/folder_blue.png"), QSize(), QIcon::Normal, QIcon::Off);
108        ButtonCargar->setIcon(icon);
109        ButtonCargar->setFlat(true);
110
111        gridLayout->addWidget(ButtonCargar, 3, 5, 1, 1);
112
113        verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
114
115        gridLayout->addItem(verticalSpacer_2, 1, 1, 1, 1);
116
117        label_3 = new QLabel(FormExportReport);
118        label_3->setObjectName(QStringLiteral("label_3"));
119        label_3->setStyleSheet(QLatin1String("font-weight: bold;\n"
120"color: #358ccb;\n"
121""));
122
123        gridLayout->addWidget(label_3, 2, 1, 1, 4);
124
125
126        gridLayout_2->addLayout(gridLayout, 0, 0, 1, 1);
127
128
129        retranslateUi(FormExportReport);
130
131        QMetaObject::connectSlotsByName(FormExportReport);
132    } // setupUi
133
134    void retranslateUi(QWidget *FormExportReport)
135    {
136        FormExportReport->setWindowTitle(QApplication::translate("FormExportReport", "Exportar Reporte", 0));
137        label->setText(QApplication::translate("FormExportReport", "Guardar Reporte", 0));
138        label_2->setText(QApplication::translate("FormExportReport", "Archivo:", 0));
139        ButtonGenerar->setText(QApplication::translate("FormExportReport", "Generar", 0));
140        ButtonCancelar->setText(QApplication::translate("FormExportReport", "Cancelar", 0));
141        ButtonCargar->setText(QString());
142        label_3->setText(QApplication::translate("FormExportReport", "Seleccione la ruta para guardar el reporte.", 0));
143    } // retranslateUi
144
145};
146
147namespace Ui {
148    class FormExportReport: public Ui_FormExportReport {};
149} // namespace Ui
150
151QT_END_NAMESPACE
152
153#endif // UI_FORMEXPORTREPORT_H
Note: See TracBrowser for help on using the repository browser.