ui_mpatrimonialesbase.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'mpatrimonialesbase.ui'
00003 **
00004 ** Created: Fri Dec 14 01:30:46 2007
00005 **      by: Qt User Interface Compiler version 4.2.2
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling ui file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_MPATRIMONIALESBASE_H
00011 #define UI_MPATRIMONIALESBASE_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QComboBox>
00018 #include <QtGui/QDialog>
00019 #include <QtGui/QGridLayout>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QPushButton>
00023 #include <QtGui/QSpacerItem>
00024 #include <QtGui/QTableWidget>
00025 #include <Qt3Support/Q3MimeSourceFactory>
00026 
00027 class Ui_MPatrimonialesBase
00028 {
00029 public:
00030     QGridLayout *gridLayout;
00031     QHBoxLayout *hboxLayout;
00032     QSpacerItem *spacerItem;
00033     QPushButton *mui_cancelar;
00034     QHBoxLayout *hboxLayout1;
00035     QPushButton *mui_nuevo;
00036     QPushButton *mui_borrar;
00037     QPushButton *mui_editar;
00038     QLabel *textLabel1;
00039     QComboBox *comboBox1;
00040     QSpacerItem *spacerItem1;
00041     QTableWidget *mui_tabla;
00042 
00043     void setupUi(QDialog *MPatrimonialesBase)
00044     {
00045     MPatrimonialesBase->setObjectName(QString::fromUtf8("MPatrimonialesBase"));
00046     gridLayout = new QGridLayout(MPatrimonialesBase);
00047     gridLayout->setSpacing(6);
00048     gridLayout->setMargin(11);
00049     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00050     hboxLayout = new QHBoxLayout();
00051     hboxLayout->setSpacing(6);
00052     hboxLayout->setMargin(0);
00053     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00054     spacerItem = new QSpacerItem(321, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00055 
00056     hboxLayout->addItem(spacerItem);
00057 
00058     mui_cancelar = new QPushButton(MPatrimonialesBase);
00059     mui_cancelar->setObjectName(QString::fromUtf8("mui_cancelar"));
00060 
00061     hboxLayout->addWidget(mui_cancelar);
00062 
00063 
00064     gridLayout->addLayout(hboxLayout, 2, 0, 1, 1);
00065 
00066     hboxLayout1 = new QHBoxLayout();
00067     hboxLayout1->setSpacing(6);
00068     hboxLayout1->setMargin(0);
00069     hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00070     mui_nuevo = new QPushButton(MPatrimonialesBase);
00071     mui_nuevo->setObjectName(QString::fromUtf8("mui_nuevo"));
00072 
00073     hboxLayout1->addWidget(mui_nuevo);
00074 
00075     mui_borrar = new QPushButton(MPatrimonialesBase);
00076     mui_borrar->setObjectName(QString::fromUtf8("mui_borrar"));
00077 
00078     hboxLayout1->addWidget(mui_borrar);
00079 
00080     mui_editar = new QPushButton(MPatrimonialesBase);
00081     mui_editar->setObjectName(QString::fromUtf8("mui_editar"));
00082 
00083     hboxLayout1->addWidget(mui_editar);
00084 
00085     textLabel1 = new QLabel(MPatrimonialesBase);
00086     textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00087 
00088     hboxLayout1->addWidget(textLabel1);
00089 
00090     comboBox1 = new QComboBox(MPatrimonialesBase);
00091     comboBox1->setObjectName(QString::fromUtf8("comboBox1"));
00092 
00093     hboxLayout1->addWidget(comboBox1);
00094 
00095     spacerItem1 = new QSpacerItem(120, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
00096 
00097     hboxLayout1->addItem(spacerItem1);
00098 
00099 
00100     gridLayout->addLayout(hboxLayout1, 0, 0, 1, 1);
00101 
00102     mui_tabla = new QTableWidget(MPatrimonialesBase);
00103     mui_tabla->setObjectName(QString::fromUtf8("mui_tabla"));
00104     mui_tabla->setEditTriggers(QAbstractItemView::NoEditTriggers);
00105     mui_tabla->setSelectionMode(QAbstractItemView::SingleSelection);
00106     mui_tabla->setSelectionBehavior(QAbstractItemView::SelectRows);
00107 
00108     gridLayout->addWidget(mui_tabla, 1, 0, 1, 1);
00109 
00110 
00111     retranslateUi(MPatrimonialesBase);
00112 
00113     QSize size(635, 496);
00114     size = size.expandedTo(MPatrimonialesBase->minimumSizeHint());
00115     MPatrimonialesBase->resize(size);
00116 
00117 
00118     QMetaObject::connectSlotsByName(MPatrimonialesBase);
00119     } // setupUi
00120 
00121     void retranslateUi(QDialog *MPatrimonialesBase)
00122     {
00123     MPatrimonialesBase->setWindowTitle(QApplication::translate("MPatrimonialesBase", "Masas Patrimoniales", 0, QApplication::UnicodeUTF8));
00124     mui_cancelar->setText(QApplication::translate("MPatrimonialesBase", "&Cancelar", 0, QApplication::UnicodeUTF8));
00125     mui_nuevo->setText(QApplication::translate("MPatrimonialesBase", "Nuevo", 0, QApplication::UnicodeUTF8));
00126     mui_borrar->setText(QApplication::translate("MPatrimonialesBase", "Borrar", 0, QApplication::UnicodeUTF8));
00127     mui_editar->setText(QApplication::translate("MPatrimonialesBase", "Editar", 0, QApplication::UnicodeUTF8));
00128     textLabel1->setText(QApplication::translate("MPatrimonialesBase", "Balance", 0, QApplication::UnicodeUTF8));
00129     Q_UNUSED(MPatrimonialesBase);
00130     } // retranslateUi
00131 
00132 };
00133 
00134 namespace Ui {
00135     class MPatrimonialesBase: public Ui_MPatrimonialesBase {};
00136 } // namespace Ui
00137 
00138 #endif // UI_MPATRIMONIALESBASE_H

Generated on Sat Dec 15 00:01:01 2007 for BulmaGes by  doxygen 1.5.1