00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_TRABAJADORESBASE_H
00011 #define UI_TRABAJADORESBASE_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/QHBoxLayout>
00019 #include <QtGui/QLineEdit>
00020 #include <QtGui/QToolButton>
00021 #include <QtGui/QVBoxLayout>
00022 #include <QtGui/QWidget>
00023
00024 class Ui_TrabajadoresBase
00025 {
00026 public:
00027 QVBoxLayout *vboxLayout;
00028 QFrame *mui_frame;
00029 QLineEdit *mui_password;
00030 QHBoxLayout *hboxLayout;
00031 QToolButton *mui_teclado;
00032 QToolButton *mui_usuario;
00033 QToolButton *toolButton_3;
00034
00035 void setupUi(QWidget *TrabajadoresBase)
00036 {
00037 TrabajadoresBase->setObjectName(QString::fromUtf8("TrabajadoresBase"));
00038 vboxLayout = new QVBoxLayout(TrabajadoresBase);
00039 vboxLayout->setSpacing(6);
00040 vboxLayout->setMargin(9);
00041 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00042 mui_frame = new QFrame(TrabajadoresBase);
00043 mui_frame->setObjectName(QString::fromUtf8("mui_frame"));
00044 mui_frame->setFrameShape(QFrame::StyledPanel);
00045 mui_frame->setFrameShadow(QFrame::Raised);
00046
00047 vboxLayout->addWidget(mui_frame);
00048
00049 mui_password = new QLineEdit(TrabajadoresBase);
00050 mui_password->setObjectName(QString::fromUtf8("mui_password"));
00051 QFont font;
00052 font.setPointSize(28);
00053 font.setBold(true);
00054 font.setWeight(75);
00055 mui_password->setFont(font);
00056 mui_password->setEchoMode(QLineEdit::PasswordEchoOnEdit);
00057
00058 vboxLayout->addWidget(mui_password);
00059
00060 hboxLayout = new QHBoxLayout();
00061 hboxLayout->setSpacing(6);
00062 hboxLayout->setMargin(0);
00063 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00064 mui_teclado = new QToolButton(TrabajadoresBase);
00065 mui_teclado->setObjectName(QString::fromUtf8("mui_teclado"));
00066 mui_teclado->setMinimumSize(QSize(72, 72));
00067 mui_teclado->setMaximumSize(QSize(72, 72));
00068
00069 hboxLayout->addWidget(mui_teclado);
00070
00071 mui_usuario = new QToolButton(TrabajadoresBase);
00072 mui_usuario->setObjectName(QString::fromUtf8("mui_usuario"));
00073 mui_usuario->setMinimumSize(QSize(72, 72));
00074 mui_usuario->setMaximumSize(QSize(72, 72));
00075
00076 hboxLayout->addWidget(mui_usuario);
00077
00078 toolButton_3 = new QToolButton(TrabajadoresBase);
00079 toolButton_3->setObjectName(QString::fromUtf8("toolButton_3"));
00080 toolButton_3->setMinimumSize(QSize(72, 72));
00081 toolButton_3->setMaximumSize(QSize(72, 72));
00082
00083 hboxLayout->addWidget(toolButton_3);
00084
00085
00086 vboxLayout->addLayout(hboxLayout);
00087
00088
00089 retranslateUi(TrabajadoresBase);
00090
00091 QSize size(312, 174);
00092 size = size.expandedTo(TrabajadoresBase->minimumSizeHint());
00093 TrabajadoresBase->resize(size);
00094
00095
00096 QMetaObject::connectSlotsByName(TrabajadoresBase);
00097 }
00098
00099 void retranslateUi(QWidget *TrabajadoresBase)
00100 {
00101 TrabajadoresBase->setWindowTitle(QApplication::translate("TrabajadoresBase", "Form", 0, QApplication::UnicodeUTF8));
00102 mui_teclado->setText(QApplication::translate("TrabajadoresBase", "TECLADO", 0, QApplication::UnicodeUTF8));
00103 mui_usuario->setText(QApplication::translate("TrabajadoresBase", "CAMBIAR USUARIO", 0, QApplication::UnicodeUTF8));
00104 toolButton_3->setText(QApplication::translate("TrabajadoresBase", "SEL CLIENTE", 0, QApplication::UnicodeUTF8));
00105 Q_UNUSED(TrabajadoresBase);
00106 }
00107
00108 };
00109
00110 namespace Ui {
00111 class TrabajadoresBase: public Ui_TrabajadoresBase {};
00112 }
00113
00114 #endif // UI_TRABAJADORESBASE_H