source: mmcs/ui_formpreciosnohomogeneos.h

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

Migrado el proyecto a la versión 5 de Qt, agregado primer boceto del PDF

  • Property mode set to 100644
File size: 1.5 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'formpreciosnohomogeneos.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_FORMPRECIOSNOHOMOGENEOS_H
10#define UI_FORMPRECIOSNOHOMOGENEOS_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_FormPreciosNoHomogeneos
22{
23public:
24
25    void setupUi(QWidget *FormPreciosNoHomogeneos)
26    {
27        if (FormPreciosNoHomogeneos->objectName().isEmpty())
28            FormPreciosNoHomogeneos->setObjectName(QStringLiteral("FormPreciosNoHomogeneos"));
29        FormPreciosNoHomogeneos->setWindowModality(Qt::ApplicationModal);
30        FormPreciosNoHomogeneos->resize(635, 350);
31
32        retranslateUi(FormPreciosNoHomogeneos);
33
34        QMetaObject::connectSlotsByName(FormPreciosNoHomogeneos);
35    } // setupUi
36
37    void retranslateUi(QWidget *FormPreciosNoHomogeneos)
38    {
39        FormPreciosNoHomogeneos->setWindowTitle(QApplication::translate("FormPreciosNoHomogeneos", "Modelo de Precios No Homog\303\251neo", 0));
40    } // retranslateUi
41
42};
43
44namespace Ui {
45    class FormPreciosNoHomogeneos: public Ui_FormPreciosNoHomogeneos {};
46} // namespace Ui
47
48QT_END_NAMESPACE
49
50#endif // UI_FORMPRECIOSNOHOMOGENEOS_H
Note: See TracBrowser for help on using the repository browser.