/******************************************************************************** ** Form generated from reading UI file 'dialog.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_DIALOG_H #define UI_DIALOG_H #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_Dialog { public: QWidget *verticalLayoutWidget_3; QVBoxLayout *verticalLayout_3; QLabel *label; QProgressBar *progressBar; QPushButton *pushButton; QPushButton *pushButton_2; QPushButton *pushButton_3; QFrame *line; QLabel *label_2; QLabel *label_5; QLabel *label_4; QLabel *label_3; void setupUi(QDialog *Dialog) { if (Dialog->objectName().isEmpty()) Dialog->setObjectName(QStringLiteral("Dialog")); Dialog->resize(824, 510); Dialog->setStyleSheet(QStringLiteral("background-color: rgb(255, 255, 255);")); verticalLayoutWidget_3 = new QWidget(Dialog); verticalLayoutWidget_3->setObjectName(QStringLiteral("verticalLayoutWidget_3")); verticalLayoutWidget_3->setGeometry(QRect(100, 0, 681, 101)); verticalLayout_3 = new QVBoxLayout(verticalLayoutWidget_3); verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3")); verticalLayout_3->setContentsMargins(0, 0, 0, 0); label = new QLabel(verticalLayoutWidget_3); label->setObjectName(QStringLiteral("label")); verticalLayout_3->addWidget(label); progressBar = new QProgressBar(Dialog); progressBar->setObjectName(QStringLiteral("progressBar")); progressBar->setGeometry(QRect(480, 270, 131, 21)); progressBar->setMinimum(24); progressBar->setValue(24); progressBar->setInvertedAppearance(false); pushButton = new QPushButton(Dialog); pushButton->setObjectName(QStringLiteral("pushButton")); pushButton->setGeometry(QRect(60, 180, 131, 41)); pushButton->setStyleSheet(QLatin1String("background-color: rgb(38, 90, 136);\n" "background-position: 0 -15px;\n" "color: rgb(255, 255, 255);")); pushButton_2 = new QPushButton(Dialog); pushButton_2->setObjectName(QStringLiteral("pushButton_2")); pushButton_2->setEnabled(false); pushButton_2->setGeometry(QRect(60, 290, 131, 41)); pushButton_2->setAutoDefault(true); pushButton_3 = new QPushButton(Dialog); pushButton_3->setObjectName(QStringLiteral("pushButton_3")); pushButton_3->setEnabled(false); pushButton_3->setGeometry(QRect(60, 390, 131, 41)); line = new QFrame(Dialog); line->setObjectName(QStringLiteral("line")); line->setGeometry(QRect(250, 130, 20, 371)); line->setFrameShape(QFrame::VLine); line->setFrameShadow(QFrame::Sunken); label_2 = new QLabel(Dialog); label_2->setObjectName(QStringLiteral("label_2")); label_2->setGeometry(QRect(20, 110, 81, 21)); label_2->setStyleSheet(QLatin1String("color: rgb(35, 82, 124);\n" "font-weight: bold;")); label_2->setWordWrap(false); label_5 = new QLabel(Dialog); label_5->setObjectName(QStringLiteral("label_5")); label_5->setGeometry(QRect(300, 120, 59, 14)); label_4 = new QLabel(Dialog); label_4->setObjectName(QStringLiteral("label_4")); label_4->setGeometry(QRect(220, 110, 59, 21)); label_4->setOpenExternalLinks(true); label_3 = new QLabel(Dialog); label_3->setObjectName(QStringLiteral("label_3")); label_3->setGeometry(QRect(110, 110, 101, 21)); retranslateUi(Dialog); QMetaObject::connectSlotsByName(Dialog); } // setupUi void retranslateUi(QDialog *Dialog) { Dialog->setWindowTitle(QApplication::translate("Dialog", "Dialog", 0)); label->setText(QApplication::translate("Dialog", "

Bienvenido al sistema criptosistema

", 0)); progressBar->setFormat(QApplication::translate("Dialog", "%p%", 0)); pushButton->setText(QApplication::translate("Dialog", "Generar Clave", 0)); pushButton_2->setText(QApplication::translate("Dialog", "Cifrar texto", 0)); pushButton_2->setShortcut(QString()); pushButton_3->setText(QApplication::translate("Dialog", "Decifrar texto", 0)); label_2->setText(QApplication::translate("Dialog", "\n" "\n" "\n" "\n" "\n" "\n" "

Usuario

", 0)); label_5->setText(QString()); label_4->setText(QApplication::translate("Dialog", "

Salir

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

Contrase\303\261a

", 0)); } // retranslateUi }; namespace Ui { class Dialog: public Ui_Dialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DIALOG_H