#include <ui_logpassbase.h>
Inheritance diagram for Ui_logpassbase:

Public Member Functions | |
| void | setupUi (QDialog *logpassbase) |
| void | retranslateUi (QDialog *logpassbase) |
Data Fields | |
| QVBoxLayout * | vboxLayout |
| QGroupBox * | grpAuthError |
| QHBoxLayout * | hboxLayout |
| QLabel * | lblAuthError |
| QGroupBox * | groupBox |
| QGridLayout * | gridLayout |
| QLineEdit * | m_login |
| QLabel * | textLabel1 |
| QLabel * | textLabel2 |
| QLineEdit * | m_password |
| QSpacerItem * | spacerItem |
| QHBoxLayout * | hboxLayout1 |
| QSpacerItem * | spacerItem1 |
| QPushButton * | pbValidar |
| QPushButton * | pbCerrar |
Definition at line 28 of file ui_logpassbase.h.
| void Ui_logpassbase::setupUi | ( | QDialog * | logpassbase | ) | [inline] |
Definition at line 47 of file ui_logpassbase.h.
References gridLayout, groupBox, grpAuthError, hboxLayout, hboxLayout1, lblAuthError, m_login, m_password, pbCerrar, pbValidar, retranslateUi(), spacerItem, spacerItem1, textLabel1, textLabel2, and vboxLayout.
Referenced by logpass::logpass().
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
| void Ui_logpassbase::retranslateUi | ( | QDialog * | logpassbase | ) | [inline] |
Definition at line 148 of file ui_logpassbase.h.
References groupBox, grpAuthError, lblAuthError, pbCerrar, pbValidar, textLabel1, and textLabel2.
Referenced by setupUi().
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
| QVBoxLayout* Ui_logpassbase::vboxLayout |
| QGroupBox* Ui_logpassbase::grpAuthError |
Definition at line 32 of file ui_logpassbase.h.
Referenced by logpass::logpass(), retranslateUi(), setupUi(), and logpass::validar().
| QHBoxLayout* Ui_logpassbase::hboxLayout |
Definition at line 34 of file ui_logpassbase.h.
Referenced by retranslateUi(), setupUi(), and logpass::validar().
| QGroupBox* Ui_logpassbase::groupBox |
| QGridLayout* Ui_logpassbase::gridLayout |
| QSpacerItem* Ui_logpassbase::spacerItem |
| QHBoxLayout* Ui_logpassbase::hboxLayout1 |
| QSpacerItem* Ui_logpassbase::spacerItem1 |
| QPushButton* Ui_logpassbase::pbValidar |
Definition at line 44 of file ui_logpassbase.h.
Referenced by logpass::logpass(), retranslateUi(), and setupUi().
| QPushButton* Ui_logpassbase::pbCerrar |
Definition at line 45 of file ui_logpassbase.h.
Referenced by logpass::logpass(), retranslateUi(), and setupUi().
1.5.1