source: mmcs/ui_formcargando.h

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

Solucionado bug que permitia solo seleccionar una cuenta para la clasificación de cuentas, agregada pantalla de cargando en Cargando matriz,seleccionando cuentas exógenas y con coeficientes tecnicos horizontales y verticales

  • Property mode set to 100644
File size: 2.4 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'formcargando.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_FORMCARGANDO_H
10#define UI_FORMCARGANDO_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/QWidget>
20
21QT_BEGIN_NAMESPACE
22
23class Ui_FormCargando
24{
25public:
26    QGridLayout *gridLayout_2;
27    QGridLayout *gridLayout;
28    QLabel *label;
29    QLabel *label_2;
30
31    void setupUi(QWidget *FormCargando)
32    {
33        if (FormCargando->objectName().isEmpty())
34            FormCargando->setObjectName(QStringLiteral("FormCargando"));
35        FormCargando->setWindowModality(Qt::ApplicationModal);
36        FormCargando->setEnabled(true);
37        FormCargando->resize(170, 51);
38        gridLayout_2 = new QGridLayout(FormCargando);
39        gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
40        gridLayout = new QGridLayout();
41        gridLayout->setObjectName(QStringLiteral("gridLayout"));
42        label = new QLabel(FormCargando);
43        label->setObjectName(QStringLiteral("label"));
44
45        gridLayout->addWidget(label, 0, 1, 1, 1, Qt::AlignHCenter);
46
47        label_2 = new QLabel(FormCargando);
48        label_2->setObjectName(QStringLiteral("label_2"));
49        label_2->setStyleSheet(QStringLiteral("color: #358ccb; font-weight: bold;"));
50        label_2->setAlignment(Qt::AlignCenter);
51
52        gridLayout->addWidget(label_2, 0, 0, 1, 1);
53
54
55        gridLayout_2->addLayout(gridLayout, 0, 0, 1, 1);
56
57
58        retranslateUi(FormCargando);
59
60        QMetaObject::connectSlotsByName(FormCargando);
61    } // setupUi
62
63    void retranslateUi(QWidget *FormCargando)
64    {
65        FormCargando->setWindowTitle(QApplication::translate("FormCargando", "Cargando..", 0));
66        label->setText(QApplication::translate("FormCargando", "TextLabel", 0));
67        label_2->setText(QApplication::translate("FormCargando", "Cargando...", 0));
68    } // retranslateUi
69
70};
71
72namespace Ui {
73    class FormCargando: public Ui_FormCargando {};
74} // namespace Ui
75
76QT_END_NAMESPACE
77
78#endif // UI_FORMCARGANDO_H
Note: See TracBrowser for help on using the repository browser.