/******************************************************************************** ** Form generated from reading UI file 'sistema.ui' ** ** Created by: Qt User Interface Compiler version 5.5.1 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_SISTEMA_H #define UI_SISTEMA_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_Sistema { public: QWidget *centralWidget; QPushButton *pushButton_2; QLineEdit *pass; QLineEdit *user; QLabel *label; QLabel *label_2; QLabel *label_4; QLabel *label_5; QWidget *horizontalLayoutWidget; QHBoxLayout *horizontalLayout; QLabel *label_3; QLabel *label_6; QLabel *label_7; QLabel *label_8; QMenuBar *menuBar; QToolBar *mainToolBar; QStatusBar *statusBar; void setupUi(QMainWindow *Sistema) { if (Sistema->objectName().isEmpty()) Sistema->setObjectName(QStringLiteral("Sistema")); Sistema->setEnabled(true); Sistema->resize(683, 502); QFont font; font.setFamily(QStringLiteral("Sans Serif")); font.setPointSize(11); font.setBold(false); font.setItalic(false); font.setWeight(50); Sistema->setFont(font); Sistema->setMouseTracking(false); Sistema->setAcceptDrops(false); Sistema->setLayoutDirection(Qt::LeftToRight); Sistema->setStyleSheet(QLatin1String("font: 11pt \"Sans Serif\";\n" "\n" "background-color: rgb(255, 255, 255);\n" "")); Sistema->setDocumentMode(false); Sistema->setDockNestingEnabled(false); Sistema->setDockOptions(QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks); centralWidget = new QWidget(Sistema); centralWidget->setObjectName(QStringLiteral("centralWidget")); pushButton_2 = new QPushButton(centralWidget); pushButton_2->setObjectName(QStringLiteral("pushButton_2")); pushButton_2->setEnabled(true); pushButton_2->setGeometry(QRect(280, 390, 111, 41)); pushButton_2->setStyleSheet(QLatin1String("background-color: rgb(38, 90, 136);\n" "background-position: 0 -15px;\n" "color: rgb(255, 255, 255);")); pushButton_2->setCheckable(false); pushButton_2->setAutoRepeat(false); pushButton_2->setAutoExclusive(false); pass = new QLineEdit(centralWidget); pass->setObjectName(QStringLiteral("pass")); pass->setGeometry(QRect(290, 270, 171, 31)); pass->setStyleSheet(QLatin1String("border-color: rgb(0, 0, 255);\n" "")); pass->setEchoMode(QLineEdit::Password); user = new QLineEdit(centralWidget); user->setObjectName(QStringLiteral("user")); user->setEnabled(true); user->setGeometry(QRect(290, 190, 171, 31)); user->setStyleSheet(QLatin1String("border-color: rgb(0, 0, 255);\n" "")); label = new QLabel(centralWidget); label->setObjectName(QStringLiteral("label")); label->setGeometry(QRect(210, 190, 71, 20)); label_2 = new QLabel(centralWidget); label_2->setObjectName(QStringLiteral("label_2")); label_2->setGeometry(QRect(180, 270, 101, 20)); label_2->setFont(font); label_4 = new QLabel(centralWidget); label_4->setObjectName(QStringLiteral("label_4")); label_4->setGeometry(QRect(140, 140, 431, 16)); label_5 = new QLabel(centralWidget); label_5->setObjectName(QStringLiteral("label_5")); label_5->setGeometry(QRect(270, 350, 161, 16)); horizontalLayoutWidget = new QWidget(centralWidget); horizontalLayoutWidget->setObjectName(QStringLiteral("horizontalLayoutWidget")); horizontalLayoutWidget->setGeometry(QRect(40, 0, 611, 80)); horizontalLayout = new QHBoxLayout(horizontalLayoutWidget); horizontalLayout->setSpacing(6); horizontalLayout->setContentsMargins(11, 11, 11, 11); horizontalLayout->setObjectName(QStringLiteral("horizontalLayout")); horizontalLayout->setContentsMargins(0, 0, 0, 0); label_3 = new QLabel(horizontalLayoutWidget); label_3->setObjectName(QStringLiteral("label_3")); horizontalLayout->addWidget(label_3); label_6 = new QLabel(centralWidget); label_6->setObjectName(QStringLiteral("label_6")); label_6->setGeometry(QRect(290, 230, 191, 20)); label_7 = new QLabel(centralWidget); label_7->setObjectName(QStringLiteral("label_7")); label_7->setGeometry(QRect(290, 310, 191, 16)); label_8 = new QLabel(centralWidget); label_8->setObjectName(QStringLiteral("label_8")); label_8->setGeometry(QRect(0, 80, 681, 21)); Sistema->setCentralWidget(centralWidget); menuBar = new QMenuBar(Sistema); menuBar->setObjectName(QStringLiteral("menuBar")); menuBar->setGeometry(QRect(0, 0, 683, 24)); Sistema->setMenuBar(menuBar); mainToolBar = new QToolBar(Sistema); mainToolBar->setObjectName(QStringLiteral("mainToolBar")); Sistema->addToolBar(Qt::TopToolBarArea, mainToolBar); statusBar = new QStatusBar(Sistema); statusBar->setObjectName(QStringLiteral("statusBar")); Sistema->setStatusBar(statusBar); QWidget::setTabOrder(user, pass); QWidget::setTabOrder(pass, pushButton_2); retranslateUi(Sistema); QMetaObject::connectSlotsByName(Sistema); } // setupUi void retranslateUi(QMainWindow *Sistema) { Sistema->setWindowTitle(QApplication::translate("Sistema", "Sistema", 0)); pushButton_2->setText(QApplication::translate("Sistema", "Ingresar", 0)); pushButton_2->setShortcut(QString()); #ifndef QT_NO_TOOLTIP pass->setToolTip(QApplication::translate("Sistema", "


", 0)); #endif // QT_NO_TOOLTIP #ifndef QT_NO_WHATSTHIS pass->setWhatsThis(QApplication::translate("Sistema", "


", 0)); #endif // QT_NO_WHATSTHIS pass->setText(QString()); pass->setPlaceholderText(QApplication::translate("Sistema", "Contrase\303\261a", 0)); user->setText(QString()); user->setPlaceholderText(QApplication::translate("Sistema", "Usuario", 0)); label->setText(QApplication::translate("Sistema", "*Usuario:", 0)); label_2->setText(QApplication::translate("Sistema", "*Contrase\303\261a:", 0)); label_4->setText(QApplication::translate("Sistema", "

Indique su usuario y contrase\303\261a para ingresar al sistema

", 0)); label_5->setText(QApplication::translate("Sistema", "

(*) Datos obligatorios

", 0)); label_3->setText(QApplication::translate("Sistema", "

Bienvenido al sistema criptosistema

", 0)); label_6->setText(QString()); label_7->setText(QString()); label_8->setText(QString()); } // retranslateUi }; namespace Ui { class Sistema: public Ui_Sistema {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_SISTEMA_H