00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_LISTTIPOSTRABAJOBASE_H
00011 #define UI_LISTTIPOSTRABAJOBASE_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 "subform3.h"
00025
00026 class Ui_ListTiposTrabajoBase
00027 {
00028 public:
00029 QGridLayout *gridLayout;
00030 QHBoxLayout *hboxLayout;
00031 QSpacerItem *spacerItem;
00032 QPushButton *mui_aceptar;
00033 QPushButton *mui_cancelar;
00034 QHBoxLayout *hboxLayout1;
00035 QLabel *label;
00036 QFrame *frame;
00037 SubForm3 *mui_listado;
00038
00039 void setupUi(QWidget *ListTiposTrabajoBase)
00040 {
00041 ListTiposTrabajoBase->setObjectName(QString::fromUtf8("ListTiposTrabajoBase"));
00042 ListTiposTrabajoBase->setWindowIcon(QIcon(QString::fromUtf8(":/Bulmafact32x32/images/png/32x32/i_bulmages_trabajadores.32x32.png")));
00043 gridLayout = new QGridLayout(ListTiposTrabajoBase);
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(ListTiposTrabajoBase);
00056 mui_aceptar->setObjectName(QString::fromUtf8("mui_aceptar"));
00057
00058 hboxLayout->addWidget(mui_aceptar);
00059
00060 mui_cancelar = new QPushButton(ListTiposTrabajoBase);
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 hboxLayout1 = new QHBoxLayout();
00069 hboxLayout1->setSpacing(5);
00070 hboxLayout1->setMargin(0);
00071 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00072 label = new QLabel(ListTiposTrabajoBase);
00073 label->setObjectName(QString::fromUtf8("label"));
00074 label->setPixmap(QPixmap(QString::fromUtf8(":/Bulmafact32x32/images/png/32x32/i_bulmages_trabajadores.32x32.png")));
00075
00076 hboxLayout1->addWidget(label);
00077
00078 frame = new QFrame(ListTiposTrabajoBase);
00079 frame->setObjectName(QString::fromUtf8("frame"));
00080 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00081 sizePolicy.setHorizontalStretch(0);
00082 sizePolicy.setVerticalStretch(0);
00083 sizePolicy.setHeightForWidth(frame->sizePolicy().hasHeightForWidth());
00084 frame->setSizePolicy(sizePolicy);
00085 frame->setFrameShape(QFrame::StyledPanel);
00086 frame->setFrameShadow(QFrame::Raised);
00087
00088 hboxLayout1->addWidget(frame);
00089
00090
00091 gridLayout->addLayout(hboxLayout1, 0, 0, 1, 1);
00092
00093 mui_listado = new SubForm3(ListTiposTrabajoBase);
00094 mui_listado->setObjectName(QString::fromUtf8("mui_listado"));
00095 mui_listado->setHorizontalScrollMode(QAbstractItemView::ScrollPerPixel);
00096
00097 gridLayout->addWidget(mui_listado, 1, 0, 1, 1);
00098
00099
00100 retranslateUi(ListTiposTrabajoBase);
00101
00102 QSize size(690, 490);
00103 size = size.expandedTo(ListTiposTrabajoBase->minimumSizeHint());
00104 ListTiposTrabajoBase->resize(size);
00105
00106
00107 QMetaObject::connectSlotsByName(ListTiposTrabajoBase);
00108 }
00109
00110 void retranslateUi(QWidget *ListTiposTrabajoBase)
00111 {
00112 ListTiposTrabajoBase->setWindowTitle(QApplication::translate("ListTiposTrabajoBase", "Tipos de Trabajo", 0, QApplication::UnicodeUTF8));
00113 mui_aceptar->setText(QApplication::translate("ListTiposTrabajoBase", "&Aceptar", 0, QApplication::UnicodeUTF8));
00114 mui_cancelar->setText(QApplication::translate("ListTiposTrabajoBase", "&Cancelar", 0, QApplication::UnicodeUTF8));
00115 Q_UNUSED(ListTiposTrabajoBase);
00116 }
00117
00118 };
00119
00120 namespace Ui {
00121 class ListTiposTrabajoBase: public Ui_ListTiposTrabajoBase {};
00122 }
00123
00124 #endif // UI_LISTTIPOSTRABAJOBASE_H