00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_LISTZONACOMERCIALBASE_H
00011 #define UI_LISTZONACOMERCIALBASE_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QHBoxLayout>
00018 #include <QtGui/QPushButton>
00019 #include <QtGui/QSpacerItem>
00020 #include <QtGui/QVBoxLayout>
00021 #include <QtGui/QWidget>
00022 #include "listzonacomercialview.h"
00023
00024 class Ui_ListZonaComercialBase
00025 {
00026 public:
00027 QVBoxLayout *vboxLayout;
00028 ListZonaComercialSubForm *mui_listado;
00029 QHBoxLayout *hboxLayout;
00030 QSpacerItem *spacerItem;
00031 QPushButton *mui_aceptar;
00032 QPushButton *mui_cancelar;
00033
00034 void setupUi(QWidget *ListZonaComercialBase)
00035 {
00036 ListZonaComercialBase->setObjectName(QString::fromUtf8("ListZonaComercialBase"));
00037 ListZonaComercialBase->setWindowIcon(QIcon(QString::fromUtf8(":/Bulmafact32x32/images/png/32x32/i_bulmages_gestortareas_mas.32x32.png")));
00038 vboxLayout = new QVBoxLayout(ListZonaComercialBase);
00039 vboxLayout->setSpacing(5);
00040 vboxLayout->setMargin(5);
00041 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00042 mui_listado = new ListZonaComercialSubForm(ListZonaComercialBase);
00043 mui_listado->setObjectName(QString::fromUtf8("mui_listado"));
00044
00045 vboxLayout->addWidget(mui_listado);
00046
00047 hboxLayout = new QHBoxLayout();
00048 hboxLayout->setSpacing(6);
00049 hboxLayout->setMargin(0);
00050 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00051 spacerItem = new QSpacerItem(277, 27, QSizePolicy::Expanding, QSizePolicy::Minimum);
00052
00053 hboxLayout->addItem(spacerItem);
00054
00055 mui_aceptar = new QPushButton(ListZonaComercialBase);
00056 mui_aceptar->setObjectName(QString::fromUtf8("mui_aceptar"));
00057
00058 hboxLayout->addWidget(mui_aceptar);
00059
00060 mui_cancelar = new QPushButton(ListZonaComercialBase);
00061 mui_cancelar->setObjectName(QString::fromUtf8("mui_cancelar"));
00062
00063 hboxLayout->addWidget(mui_cancelar);
00064
00065
00066 vboxLayout->addLayout(hboxLayout);
00067
00068
00069 retranslateUi(ListZonaComercialBase);
00070
00071 QSize size(438, 349);
00072 size = size.expandedTo(ListZonaComercialBase->minimumSizeHint());
00073 ListZonaComercialBase->resize(size);
00074
00075 QObject::connect(mui_cancelar, SIGNAL(clicked()), ListZonaComercialBase, SLOT(close()));
00076
00077 QMetaObject::connectSlotsByName(ListZonaComercialBase);
00078 }
00079
00080 void retranslateUi(QWidget *ListZonaComercialBase)
00081 {
00082 ListZonaComercialBase->setWindowTitle(QApplication::translate("ListZonaComercialBase", "Zonas comerciales", 0, QApplication::UnicodeUTF8));
00083 mui_aceptar->setText(QApplication::translate("ListZonaComercialBase", "&Aceptar", 0, QApplication::UnicodeUTF8));
00084 mui_cancelar->setText(QApplication::translate("ListZonaComercialBase", "&Cancelar", 0, QApplication::UnicodeUTF8));
00085 Q_UNUSED(ListZonaComercialBase);
00086 }
00087
00088 };
00089
00090 namespace Ui {
00091 class ListZonaComercialBase: public Ui_ListZonaComercialBase {};
00092 }
00093
00094 #endif // UI_LISTZONACOMERCIALBASE_H