source: mmcs/ui_formpreciosnohomogeneos.h @ 4c71262

Last change on this file since 4c71262 was 68e57de, checked in by rboet <rudmanmrrod@…>, 9 years ago

solucionado una dependencia de recurso para la imagen de cargar matriz

  • Property mode set to 100755
File size: 1.6 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'formpreciosnohomogeneos.ui'
3**
4** Created: Tue Sep 22 10:47:39 2015
5**      by: Qt User Interface Compiler version 4.8.2
6**
7** WARNING! All changes made in this file will be lost when recompiling UI file!
8********************************************************************************/
9
10#ifndef UI_FORMPRECIOSNOHOMOGENEOS_H
11#define UI_FORMPRECIOSNOHOMOGENEOS_H
12
13#include <QtCore/QVariant>
14#include <QtGui/QAction>
15#include <QtGui/QApplication>
16#include <QtGui/QButtonGroup>
17#include <QtGui/QHeaderView>
18#include <QtGui/QWidget>
19
20QT_BEGIN_NAMESPACE
21
22class Ui_FormPreciosNoHomogeneos
23{
24public:
25
26    void setupUi(QWidget *FormPreciosNoHomogeneos)
27    {
28        if (FormPreciosNoHomogeneos->objectName().isEmpty())
29            FormPreciosNoHomogeneos->setObjectName(QString::fromUtf8("FormPreciosNoHomogeneos"));
30        FormPreciosNoHomogeneos->setWindowModality(Qt::ApplicationModal);
31        FormPreciosNoHomogeneos->resize(635, 350);
32
33        retranslateUi(FormPreciosNoHomogeneos);
34
35        QMetaObject::connectSlotsByName(FormPreciosNoHomogeneos);
36    } // setupUi
37
38    void retranslateUi(QWidget *FormPreciosNoHomogeneos)
39    {
40        FormPreciosNoHomogeneos->setWindowTitle(QApplication::translate("FormPreciosNoHomogeneos", "Modelo de Precios No Homog\303\251neo", 0, QApplication::UnicodeUTF8));
41    } // retranslateUi
42
43};
44
45namespace Ui {
46    class FormPreciosNoHomogeneos: public Ui_FormPreciosNoHomogeneos {};
47} // namespace Ui
48
49QT_END_NAMESPACE
50
51#endif // UI_FORMPRECIOSNOHOMOGENEOS_H
Note: See TracBrowser for help on using the repository browser.