source: mmcs/ui_formencadenamientos.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: 1.4 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'formencadenamientos.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_FORMENCADENAMIENTOS_H
10#define UI_FORMENCADENAMIENTOS_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QAction>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QButtonGroup>
16#include <QtWidgets/QHeaderView>
17#include <QtWidgets/QWidget>
18
19QT_BEGIN_NAMESPACE
20
21class Ui_FormEncadenamientos
22{
23public:
24
25    void setupUi(QWidget *FormEncadenamientos)
26    {
27        if (FormEncadenamientos->objectName().isEmpty())
28            FormEncadenamientos->setObjectName(QStringLiteral("FormEncadenamientos"));
29        FormEncadenamientos->setWindowModality(Qt::ApplicationModal);
30        FormEncadenamientos->resize(756, 395);
31
32        retranslateUi(FormEncadenamientos);
33
34        QMetaObject::connectSlotsByName(FormEncadenamientos);
35    } // setupUi
36
37    void retranslateUi(QWidget *FormEncadenamientos)
38    {
39        FormEncadenamientos->setWindowTitle(QApplication::translate("FormEncadenamientos", "Encadenamiento", 0));
40    } // retranslateUi
41
42};
43
44namespace Ui {
45    class FormEncadenamientos: public Ui_FormEncadenamientos {};
46} // namespace Ui
47
48QT_END_NAMESPACE
49
50#endif // UI_FORMENCADENAMIENTOS_H
Note: See TracBrowser for help on using the repository browser.