source: mmcs/ui_formencadenamientos.h @ f473a7f

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

Modificada funcionalidad al definir las cuentas exogenas

  • Property mode set to 100755
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 4.8.6
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 <QtGui/QAction>
14#include <QtGui/QApplication>
15#include <QtGui/QButtonGroup>
16#include <QtGui/QHeaderView>
17#include <QtGui/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(QString::fromUtf8("FormEncadenamientos"));
29        FormEncadenamientos->resize(756, 395);
30
31        retranslateUi(FormEncadenamientos);
32
33        QMetaObject::connectSlotsByName(FormEncadenamientos);
34    } // setupUi
35
36    void retranslateUi(QWidget *FormEncadenamientos)
37    {
38        FormEncadenamientos->setWindowTitle(QApplication::translate("FormEncadenamientos", "Encadenamiento", 0, QApplication::UnicodeUTF8));
39    } // retranslateUi
40
41};
42
43namespace Ui {
44    class FormEncadenamientos: public Ui_FormEncadenamientos {};
45} // namespace Ui
46
47QT_END_NAMESPACE
48
49#endif // UI_FORMENCADENAMIENTOS_H
Note: See TracBrowser for help on using the repository browser.