ui_logpassbase.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'logpassbase.ui'
00003 **
00004 ** Created: Fri Dec 14 01:00:15 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_LOGPASSBASE_H
00011 #define UI_LOGPASSBASE_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QDialog>
00018 #include <QtGui/QGridLayout>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QPushButton>
00024 #include <QtGui/QSpacerItem>
00025 #include <QtGui/QVBoxLayout>
00026 #include <Qt3Support/Q3MimeSourceFactory>
00027 
00028 class Ui_logpassbase
00029 {
00030 public:
00031     QVBoxLayout *vboxLayout;
00032     QGroupBox *grpAuthError;
00033     QHBoxLayout *hboxLayout;
00034     QLabel *lblAuthError;
00035     QGroupBox *groupBox;
00036     QGridLayout *gridLayout;
00037     QLineEdit *m_login;
00038     QLabel *textLabel1;
00039     QLabel *textLabel2;
00040     QLineEdit *m_password;
00041     QSpacerItem *spacerItem;
00042     QHBoxLayout *hboxLayout1;
00043     QSpacerItem *spacerItem1;
00044     QPushButton *pbValidar;
00045     QPushButton *pbCerrar;
00046 
00047     void setupUi(QDialog *logpassbase)
00048     {
00049     logpassbase->setObjectName(QString::fromUtf8("logpassbase"));
00050     QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00051     sizePolicy.setHorizontalStretch(0);
00052     sizePolicy.setVerticalStretch(0);
00053     sizePolicy.setHeightForWidth(logpassbase->sizePolicy().hasHeightForWidth());
00054     logpassbase->setSizePolicy(sizePolicy);
00055     vboxLayout = new QVBoxLayout(logpassbase);
00056     vboxLayout->setSpacing(5);
00057     vboxLayout->setMargin(5);
00058     vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00059     grpAuthError = new QGroupBox(logpassbase);
00060     grpAuthError->setObjectName(QString::fromUtf8("grpAuthError"));
00061     hboxLayout = new QHBoxLayout(grpAuthError);
00062     hboxLayout->setSpacing(5);
00063     hboxLayout->setMargin(5);
00064     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00065     lblAuthError = new QLabel(grpAuthError);
00066     lblAuthError->setObjectName(QString::fromUtf8("lblAuthError"));
00067     lblAuthError->setEnabled(true);
00068     lblAuthError->setTextFormat(Qt::PlainText);
00069     lblAuthError->setAlignment(Qt::AlignCenter);
00070 
00071     hboxLayout->addWidget(lblAuthError);
00072 
00073 
00074     vboxLayout->addWidget(grpAuthError);
00075 
00076     groupBox = new QGroupBox(logpassbase);
00077     groupBox->setObjectName(QString::fromUtf8("groupBox"));
00078     gridLayout = new QGridLayout(groupBox);
00079     gridLayout->setSpacing(5);
00080     gridLayout->setMargin(5);
00081     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00082     m_login = new QLineEdit(groupBox);
00083     m_login->setObjectName(QString::fromUtf8("m_login"));
00084 
00085     gridLayout->addWidget(m_login, 0, 1, 1, 1);
00086 
00087     textLabel1 = new QLabel(groupBox);
00088     textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00089     textLabel1->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00090 
00091     gridLayout->addWidget(textLabel1, 0, 0, 1, 1);
00092 
00093     textLabel2 = new QLabel(groupBox);
00094     textLabel2->setObjectName(QString::fromUtf8("textLabel2"));
00095     textLabel2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00096 
00097     gridLayout->addWidget(textLabel2, 1, 0, 1, 1);
00098 
00099     m_password = new QLineEdit(groupBox);
00100     m_password->setObjectName(QString::fromUtf8("m_password"));
00101     m_password->setEchoMode(QLineEdit::Password);
00102 
00103     gridLayout->addWidget(m_password, 1, 1, 1, 1);
00104 
00105 
00106     vboxLayout->addWidget(groupBox);
00107 
00108     spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00109 
00110     vboxLayout->addItem(spacerItem);
00111 
00112     hboxLayout1 = new QHBoxLayout();
00113     hboxLayout1->setSpacing(6);
00114     hboxLayout1->setMargin(0);
00115     hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00116     spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00117 
00118     hboxLayout1->addItem(spacerItem1);
00119 
00120     pbValidar = new QPushButton(logpassbase);
00121     pbValidar->setObjectName(QString::fromUtf8("pbValidar"));
00122     pbValidar->setAutoDefault(true);
00123     pbValidar->setDefault(true);
00124 
00125     hboxLayout1->addWidget(pbValidar);
00126 
00127     pbCerrar = new QPushButton(logpassbase);
00128     pbCerrar->setObjectName(QString::fromUtf8("pbCerrar"));
00129 
00130     hboxLayout1->addWidget(pbCerrar);
00131 
00132 
00133     vboxLayout->addLayout(hboxLayout1);
00134 
00135     QWidget::setTabOrder(m_login, m_password);
00136     QWidget::setTabOrder(m_password, pbValidar);
00137 
00138     retranslateUi(logpassbase);
00139 
00140     QSize size(355, 197);
00141     size = size.expandedTo(logpassbase->minimumSizeHint());
00142     logpassbase->resize(size);
00143 
00144 
00145     QMetaObject::connectSlotsByName(logpassbase);
00146     } // setupUi
00147 
00148     void retranslateUi(QDialog *logpassbase)
00149     {
00150     logpassbase->setWindowTitle(QApplication::translate("logpassbase", "Lanzador Bulmages", 0, QApplication::UnicodeUTF8));
00151     grpAuthError->setTitle(QApplication::translate("logpassbase", "Mensaje de error:", 0, QApplication::UnicodeUTF8));
00152     lblAuthError->setText(QString());
00153     groupBox->setTitle(QApplication::translate("logpassbase", "Registro de entrada:", 0, QApplication::UnicodeUTF8));
00154     textLabel1->setText(QApplication::translate("logpassbase", "Nombre de usuario:", 0, QApplication::UnicodeUTF8));
00155     textLabel2->setText(QApplication::translate("logpassbase", "Contrasenya:", 0, QApplication::UnicodeUTF8));
00156     pbValidar->setText(QApplication::translate("logpassbase", "&Validar", 0, QApplication::UnicodeUTF8));
00157     pbCerrar->setText(QApplication::translate("logpassbase", "&Cerrar el programa", 0, QApplication::UnicodeUTF8));
00158     Q_UNUSED(logpassbase);
00159     } // retranslateUi
00160 
00161 };
00162 
00163 namespace Ui {
00164     class logpassbase: public Ui_logpassbase {};
00165 } // namespace Ui
00166 
00167 #endif // UI_LOGPASSBASE_H

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