/******************************************************************************** ** Form generated from reading UI file 'criptosistemas.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_CRIPTOSISTEMAS_H #define UI_CRIPTOSISTEMAS_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_CriptoSistemas { public: QWidget *centralwidget; QGridLayout *gridLayout; QGridLayout *centralPage; QLabel *imgCentral; QFrame *line; QHBoxLayout *titulos; QLabel *titulo; QHBoxLayout *horizontalLayout_2; QLabel *usurio_account; QLabel *pass_accoun; QLabel *logout; QSpacerItem *horizontalSpacer; QHBoxLayout *pie; QProgressBar *progressBar; QVBoxLayout *menuLateral; QPushButton *generarLlaves; QPushButton *cifrar; QPushButton *decifrar; QPushButton *ayuda; QVBoxLayout *mensajes; QLabel *flujo_mensajes; QMenuBar *menubar; QStatusBar *statusbar; void setupUi(QMainWindow *CriptoSistemas) { if (CriptoSistemas->objectName().isEmpty()) CriptoSistemas->setObjectName(QStringLiteral("CriptoSistemas")); CriptoSistemas->resize(852, 581); centralwidget = new QWidget(CriptoSistemas); centralwidget->setObjectName(QStringLiteral("centralwidget")); gridLayout = new QGridLayout(centralwidget); gridLayout->setObjectName(QStringLiteral("gridLayout")); centralPage = new QGridLayout(); centralPage->setObjectName(QStringLiteral("centralPage")); imgCentral = new QLabel(centralwidget); imgCentral->setObjectName(QStringLiteral("imgCentral")); centralPage->addWidget(imgCentral, 0, 0, 1, 1); gridLayout->addLayout(centralPage, 3, 2, 1, 1); line = new QFrame(centralwidget); line->setObjectName(QStringLiteral("line")); line->setEnabled(true); line->setStyleSheet(QStringLiteral("")); line->setLineWidth(3); line->setFrameShape(QFrame::VLine); line->setFrameShadow(QFrame::Sunken); gridLayout->addWidget(line, 3, 1, 3, 1); titulos = new QHBoxLayout(); titulos->setObjectName(QStringLiteral("titulos")); titulo = new QLabel(centralwidget); titulo->setObjectName(QStringLiteral("titulo")); titulo->setStyleSheet(QLatin1String("background-color: rgb(207, 247, 237);\n" "")); titulos->addWidget(titulo); gridLayout->addLayout(titulos, 0, 0, 1, 3); horizontalLayout_2 = new QHBoxLayout(); horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2")); usurio_account = new QLabel(centralwidget); usurio_account->setObjectName(QStringLiteral("usurio_account")); usurio_account->setStyleSheet(QLatin1String("color: rgb(35, 82, 124);\n" "font-weight: bold;")); usurio_account->setWordWrap(false); horizontalLayout_2->addWidget(usurio_account); pass_accoun = new QLabel(centralwidget); pass_accoun->setObjectName(QStringLiteral("pass_accoun")); horizontalLayout_2->addWidget(pass_accoun); logout = new QLabel(centralwidget); logout->setObjectName(QStringLiteral("logout")); logout->setOpenExternalLinks(true); horizontalLayout_2->addWidget(logout); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_2->addItem(horizontalSpacer); gridLayout->addLayout(horizontalLayout_2, 1, 0, 1, 3); pie = new QHBoxLayout(); pie->setObjectName(QStringLiteral("pie")); gridLayout->addLayout(pie, 4, 2, 1, 1); progressBar = new QProgressBar(centralwidget); progressBar->setObjectName(QStringLiteral("progressBar")); progressBar->setMinimum(24); progressBar->setValue(24); progressBar->setInvertedAppearance(false); gridLayout->addWidget(progressBar, 5, 2, 1, 1); menuLateral = new QVBoxLayout(); menuLateral->setObjectName(QStringLiteral("menuLateral")); menuLateral->setSizeConstraint(QLayout::SetFixedSize); generarLlaves = new QPushButton(centralwidget); generarLlaves->setObjectName(QStringLiteral("generarLlaves")); QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(generarLlaves->sizePolicy().hasHeightForWidth()); generarLlaves->setSizePolicy(sizePolicy); generarLlaves->setMinimumSize(QSize(150, 45)); generarLlaves->setStyleSheet(QLatin1String("background-color: rgb(38, 90, 136);\n" "background-position: 0 -15px;\n" "color: rgb(255, 255, 255);")); menuLateral->addWidget(generarLlaves); cifrar = new QPushButton(centralwidget); cifrar->setObjectName(QStringLiteral("cifrar")); cifrar->setEnabled(false); sizePolicy.setHeightForWidth(cifrar->sizePolicy().hasHeightForWidth()); cifrar->setSizePolicy(sizePolicy); cifrar->setMinimumSize(QSize(150, 45)); cifrar->setAutoDefault(true); menuLateral->addWidget(cifrar); decifrar = new QPushButton(centralwidget); decifrar->setObjectName(QStringLiteral("decifrar")); decifrar->setEnabled(false); sizePolicy.setHeightForWidth(decifrar->sizePolicy().hasHeightForWidth()); decifrar->setSizePolicy(sizePolicy); decifrar->setMinimumSize(QSize(150, 45)); menuLateral->addWidget(decifrar); ayuda = new QPushButton(centralwidget); ayuda->setObjectName(QStringLiteral("ayuda")); sizePolicy.setHeightForWidth(ayuda->sizePolicy().hasHeightForWidth()); ayuda->setSizePolicy(sizePolicy); ayuda->setLayoutDirection(Qt::LeftToRight); QIcon icon; icon.addFile(QStringLiteral(":/static/ayuda.png"), QSize(), QIcon::Normal, QIcon::Off); ayuda->setIcon(icon); ayuda->setFlat(true); menuLateral->addWidget(ayuda); gridLayout->addLayout(menuLateral, 3, 0, 3, 1); mensajes = new QVBoxLayout(); mensajes->setObjectName(QStringLiteral("mensajes")); flujo_mensajes = new QLabel(centralwidget); flujo_mensajes->setObjectName(QStringLiteral("flujo_mensajes")); mensajes->addWidget(flujo_mensajes); gridLayout->addLayout(mensajes, 2, 0, 1, 3); CriptoSistemas->setCentralWidget(centralwidget); menubar = new QMenuBar(CriptoSistemas); menubar->setObjectName(QStringLiteral("menubar")); menubar->setGeometry(QRect(0, 0, 852, 27)); CriptoSistemas->setMenuBar(menubar); statusbar = new QStatusBar(CriptoSistemas); statusbar->setObjectName(QStringLiteral("statusbar")); CriptoSistemas->setStatusBar(statusbar); retranslateUi(CriptoSistemas); QMetaObject::connectSlotsByName(CriptoSistemas); } // setupUi void retranslateUi(QMainWindow *CriptoSistemas) { CriptoSistemas->setWindowTitle(QApplication::translate("CriptoSistemas", "Criptosistemas", 0)); imgCentral->setText(QApplication::translate("CriptoSistemas", "

", 0)); titulo->setText(QApplication::translate("CriptoSistemas", "

Criptosistema

", 0)); usurio_account->setText(QApplication::translate("CriptoSistemas", "\n" "\n" "\n" "\n" "\n" "\n" "

Usuario

", 0)); pass_accoun->setText(QApplication::translate("CriptoSistemas", "

Contrase\303\261a

", 0)); logout->setText(QApplication::translate("CriptoSistemas", "

Salir

", 0)); progressBar->setFormat(QApplication::translate("CriptoSistemas", "%p%", 0)); generarLlaves->setText(QApplication::translate("CriptoSistemas", "Generar Llaves", 0)); cifrar->setText(QApplication::translate("CriptoSistemas", "Cifrar texto", 0)); cifrar->setShortcut(QString()); decifrar->setText(QApplication::translate("CriptoSistemas", "Decifrar texto", 0)); ayuda->setText(QString()); flujo_mensajes->setText(QString()); } // retranslateUi }; namespace Ui { class CriptoSistemas: public Ui_CriptoSistemas {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_CRIPTOSISTEMAS_H