00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_LISTALMACENBASE_H
00011 #define UI_LISTALMACENBASE_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QFrame>
00018 #include <QtGui/QGridLayout>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QLabel>
00021 #include <QtGui/QPushButton>
00022 #include <QtGui/QSpacerItem>
00023 #include <QtGui/QWidget>
00024 #include "listalmacenview.h"
00025
00026 class Ui_ListAlmacenBase
00027 {
00028 public:
00029 QGridLayout *gridLayout;
00030 QHBoxLayout *hboxLayout;
00031 QSpacerItem *spacerItem;
00032 QPushButton *mui_aceptar;
00033 QPushButton *mui_cancelar;
00034 ListAlmacenSubForm *mui_listado;
00035 QHBoxLayout *hboxLayout1;
00036 QLabel *label;
00037 QFrame *frame;
00038
00039 void setupUi(QWidget *ListAlmacenBase)
00040 {
00041 ListAlmacenBase->setObjectName(QString::fromUtf8("ListAlmacenBase"));
00042 ListAlmacenBase->setWindowIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_almacen_listado.48x48.png")));
00043 gridLayout = new QGridLayout(ListAlmacenBase);
00044 gridLayout->setSpacing(5);
00045 gridLayout->setMargin(5);
00046 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00047 hboxLayout = new QHBoxLayout();
00048 hboxLayout->setSpacing(5);
00049 hboxLayout->setMargin(0);
00050 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00051 spacerItem = new QSpacerItem(151, 27, QSizePolicy::Expanding, QSizePolicy::Minimum);
00052
00053 hboxLayout->addItem(spacerItem);
00054
00055 mui_aceptar = new QPushButton(ListAlmacenBase);
00056 mui_aceptar->setObjectName(QString::fromUtf8("mui_aceptar"));
00057
00058 hboxLayout->addWidget(mui_aceptar);
00059
00060 mui_cancelar = new QPushButton(ListAlmacenBase);
00061 mui_cancelar->setObjectName(QString::fromUtf8("mui_cancelar"));
00062
00063 hboxLayout->addWidget(mui_cancelar);
00064
00065
00066 gridLayout->addLayout(hboxLayout, 2, 0, 1, 1);
00067
00068 mui_listado = new ListAlmacenSubForm(ListAlmacenBase);
00069 mui_listado->setObjectName(QString::fromUtf8("mui_listado"));
00070 mui_listado->setHorizontalScrollMode(QAbstractItemView::ScrollPerPixel);
00071
00072 gridLayout->addWidget(mui_listado, 1, 0, 1, 1);
00073
00074 hboxLayout1 = new QHBoxLayout();
00075 hboxLayout1->setSpacing(5);
00076 hboxLayout1->setMargin(0);
00077 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00078 label = new QLabel(ListAlmacenBase);
00079 label->setObjectName(QString::fromUtf8("label"));
00080 label->setPixmap(QPixmap(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_almacen_listado.48x48.png")));
00081
00082 hboxLayout1->addWidget(label);
00083
00084 frame = new QFrame(ListAlmacenBase);
00085 frame->setObjectName(QString::fromUtf8("frame"));
00086 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00087 sizePolicy.setHorizontalStretch(0);
00088 sizePolicy.setVerticalStretch(0);
00089 sizePolicy.setHeightForWidth(frame->sizePolicy().hasHeightForWidth());
00090 frame->setSizePolicy(sizePolicy);
00091 frame->setFrameShape(QFrame::StyledPanel);
00092 frame->setFrameShadow(QFrame::Raised);
00093
00094 hboxLayout1->addWidget(frame);
00095
00096
00097 gridLayout->addLayout(hboxLayout1, 0, 0, 1, 1);
00098
00099
00100 retranslateUi(ListAlmacenBase);
00101
00102 QSize size(690, 490);
00103 size = size.expandedTo(ListAlmacenBase->minimumSizeHint());
00104 ListAlmacenBase->resize(size);
00105
00106 QObject::connect(mui_cancelar, SIGNAL(clicked()), ListAlmacenBase, SLOT(close()));
00107
00108 QMetaObject::connectSlotsByName(ListAlmacenBase);
00109 }
00110
00111 void retranslateUi(QWidget *ListAlmacenBase)
00112 {
00113 ListAlmacenBase->setWindowTitle(QApplication::translate("ListAlmacenBase", "Almacenes", 0, QApplication::UnicodeUTF8));
00114 mui_aceptar->setText(QApplication::translate("ListAlmacenBase", "&Aceptar", 0, QApplication::UnicodeUTF8));
00115 mui_cancelar->setText(QApplication::translate("ListAlmacenBase", "&Cancelar", 0, QApplication::UnicodeUTF8));
00116 Q_UNUSED(ListAlmacenBase);
00117 }
00118
00119 };
00120
00121 namespace Ui {
00122 class ListAlmacenBase: public Ui_ListAlmacenBase {};
00123 }
00124
00125 #endif // UI_LISTALMACENBASE_H