//This program is free software: you can redistribute it and/or modify it under the terms #of the GNU General Public License as published by the Free Software Foundation, either #version 3 of the License, or (at your option) any later version. //This program is distributed in the hope that it will be useful, but WITHOUT ANY #WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A #PARTICULAR PURPOSE. See the GNU General Public License for more details. //You should have received a copy of the GNU General Public License along with this #program. If not, see /******************************************************************************** ** Form generated from reading UI file 'mainwindow.ui' ** ** Created: Mon 3. Jan 23:14:59 2011 ** by: Qt User Interface Compiler version 4.7.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_MAINWINDOW_H #define UI_MAINWINDOW_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_MainWindow { public: QAction *actionSalir; QAction *actionAcerca_de; QAction *actionLimpiar; QWidget *centralWidget; QTextEdit *panelTextoCifrado; QTextEdit *panelTextoLlano; QTextEdit *panelTextoKey; QFrame *line_2; QFrame *line_6; QLCDNumber *lcdNumber; QLabel *label; QLabel *label_2; QLabel *label_3; QLabel *label_4; QFrame *line_4; QLabel *label_5; QCheckBox *checkBox; QPushButton *botonEncriptar; QPushButton *botonDesencriptar; QComboBox *comboBoxAlgoritmo; QLabel *label_6; QComboBox *comboBox; QGroupBox *grupoTextoLlano; QRadioButton *textoLlanoASCII; QRadioButton *textoLlanoBIN; QRadioButton *textoLlanoHEX; QGroupBox *grupoTextoCifrado; QRadioButton *textoCifradoASCII; QRadioButton *textoCifradoBIN; QRadioButton *textoCifradoHEX; QGroupBox *grupoKey; QRadioButton *textoKeyASCII; QRadioButton *textoKeyBIN; QRadioButton *textoKeyHEX; QLabel *label_7; QGroupBox *groupBox; QTextEdit *consolaMensajes; QLabel *imagen; QLabel *label_8; QScrollArea *scrollArea; QWidget *scrollAreaWidgetContents; QLabel *descripcion; QMenuBar *menuBar; QMenu *menuArchivo; QMenu *menuAyuda; QStatusBar *statusBar; void setupUi(QMainWindow *MainWindow) { if (MainWindow->objectName().isEmpty()) MainWindow->setObjectName(QString::fromUtf8("MainWindow")); MainWindow->resize(1100, 472); MainWindow->setMinimumSize(QSize(1100, 472)); MainWindow->setMaximumSize(QSize(1100, 472)); MainWindow->setWindowTitle(QString::fromUtf8("Taller de Ense\303\261anza de Algoritmos Sim\303\251tricos")); QIcon icon; icon.addFile(QString::fromUtf8("../../preferences-desktop-cryptography.png"), QSize(), QIcon::Normal, QIcon::Off); icon.addFile(QString::fromUtf8("imagen1.png"), QSize(), QIcon::Normal, QIcon::On); MainWindow->setWindowIcon(icon); MainWindow->setToolButtonStyle(Qt::ToolButtonIconOnly); actionSalir = new QAction(MainWindow); actionSalir->setObjectName(QString::fromUtf8("actionSalir")); actionAcerca_de = new QAction(MainWindow); actionAcerca_de->setObjectName(QString::fromUtf8("actionAcerca_de")); actionLimpiar = new QAction(MainWindow); actionLimpiar->setObjectName(QString::fromUtf8("actionLimpiar")); centralWidget = new QWidget(MainWindow); centralWidget->setObjectName(QString::fromUtf8("centralWidget")); panelTextoCifrado = new QTextEdit(centralWidget); panelTextoCifrado->setObjectName(QString::fromUtf8("panelTextoCifrado")); panelTextoCifrado->setGeometry(QRect(530, 40, 221, 211)); QFont font; font.setPointSize(10); font.setItalic(true); panelTextoCifrado->setFont(font); panelTextoCifrado->setAcceptRichText(false); panelTextoLlano = new QTextEdit(centralWidget); panelTextoLlano->setObjectName(QString::fromUtf8("panelTextoLlano")); panelTextoLlano->setGeometry(QRect(200, 40, 221, 211)); QFont font1; font1.setPointSize(10); font1.setItalic(false); panelTextoLlano->setFont(font1); panelTextoLlano->setAcceptRichText(false); panelTextoKey = new QTextEdit(centralWidget); panelTextoKey->setObjectName(QString::fromUtf8("panelTextoKey")); panelTextoKey->setGeometry(QRect(200, 310, 551, 41)); panelTextoKey->setFont(font); panelTextoKey->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded); panelTextoKey->setHorizontalScrollBarPolicy(Qt::ScrollBarAsNeeded); panelTextoKey->setLineWrapMode(QTextEdit::NoWrap); panelTextoKey->setLineWrapColumnOrWidth(20); panelTextoKey->setAcceptRichText(false); line_2 = new QFrame(centralWidget); line_2->setObjectName(QString::fromUtf8("line_2")); line_2->setGeometry(QRect(750, 0, 20, 441)); line_2->setFrameShape(QFrame::VLine); line_2->setFrameShadow(QFrame::Sunken); line_6 = new QFrame(centralWidget); line_6->setObjectName(QString::fromUtf8("line_6")); line_6->setGeometry(QRect(515, 600, 721, 20)); line_6->setFrameShape(QFrame::HLine); line_6->setFrameShadow(QFrame::Sunken); lcdNumber = new QLCDNumber(centralWidget); lcdNumber->setObjectName(QString::fromUtf8("lcdNumber")); lcdNumber->setEnabled(true); lcdNumber->setGeometry(QRect(10, 230, 141, 31)); lcdNumber->setFrameShape(QFrame::Panel); lcdNumber->setSmallDecimalPoint(false); lcdNumber->setNumDigits(10); label = new QLabel(centralWidget); label->setObjectName(QString::fromUtf8("label")); label->setGeometry(QRect(20, 30, 81, 21)); label_2 = new QLabel(centralWidget); label_2->setObjectName(QString::fromUtf8("label_2")); label_2->setGeometry(QRect(210, 20, 91, 17)); label_3 = new QLabel(centralWidget); label_3->setObjectName(QString::fromUtf8("label_3")); label_3->setGeometry(QRect(530, 20, 111, 17)); label_4 = new QLabel(centralWidget); label_4->setObjectName(QString::fromUtf8("label_4")); label_4->setGeometry(QRect(200, 280, 51, 20)); line_4 = new QFrame(centralWidget); line_4->setObjectName(QString::fromUtf8("line_4")); line_4->setGeometry(QRect(170, 0, 20, 441)); line_4->setFrameShape(QFrame::VLine); line_4->setFrameShadow(QFrame::Sunken); label_5 = new QLabel(centralWidget); label_5->setObjectName(QString::fromUtf8("label_5")); label_5->setEnabled(true); label_5->setGeometry(QRect(10, 200, 151, 17)); checkBox = new QCheckBox(centralWidget); checkBox->setObjectName(QString::fromUtf8("checkBox")); checkBox->setEnabled(false); checkBox->setGeometry(QRect(10, 160, 98, 22)); botonEncriptar = new QPushButton(centralWidget); botonEncriptar->setObjectName(QString::fromUtf8("botonEncriptar")); botonEncriptar->setGeometry(QRect(430, 170, 91, 23)); botonDesencriptar = new QPushButton(centralWidget); botonDesencriptar->setObjectName(QString::fromUtf8("botonDesencriptar")); botonDesencriptar->setGeometry(QRect(430, 200, 91, 23)); comboBoxAlgoritmo = new QComboBox(centralWidget); comboBoxAlgoritmo->setObjectName(QString::fromUtf8("comboBoxAlgoritmo")); comboBoxAlgoritmo->setGeometry(QRect(10, 60, 151, 22)); comboBoxAlgoritmo->setMaxVisibleItems(20); label_6 = new QLabel(centralWidget); label_6->setObjectName(QString::fromUtf8("label_6")); label_6->setEnabled(false); label_6->setGeometry(QRect(20, 100, 81, 21)); comboBox = new QComboBox(centralWidget); comboBox->setObjectName(QString::fromUtf8("comboBox")); comboBox->setEnabled(false); comboBox->setGeometry(QRect(10, 130, 101, 22)); grupoTextoLlano = new QGroupBox(centralWidget); grupoTextoLlano->setObjectName(QString::fromUtf8("grupoTextoLlano")); grupoTextoLlano->setGeometry(QRect(200, 250, 221, 31)); textoLlanoASCII = new QRadioButton(grupoTextoLlano); textoLlanoASCII->setObjectName(QString::fromUtf8("textoLlanoASCII")); textoLlanoASCII->setGeometry(QRect(20, 10, 51, 17)); textoLlanoBIN = new QRadioButton(grupoTextoLlano); textoLlanoBIN->setObjectName(QString::fromUtf8("textoLlanoBIN")); textoLlanoBIN->setGeometry(QRect(90, 10, 51, 17)); textoLlanoHEX = new QRadioButton(grupoTextoLlano); textoLlanoHEX->setObjectName(QString::fromUtf8("textoLlanoHEX")); textoLlanoHEX->setGeometry(QRect(150, 10, 51, 17)); grupoTextoCifrado = new QGroupBox(centralWidget); grupoTextoCifrado->setObjectName(QString::fromUtf8("grupoTextoCifrado")); grupoTextoCifrado->setGeometry(QRect(530, 250, 221, 31)); textoCifradoASCII = new QRadioButton(grupoTextoCifrado); textoCifradoASCII->setObjectName(QString::fromUtf8("textoCifradoASCII")); textoCifradoASCII->setGeometry(QRect(20, 10, 51, 17)); textoCifradoBIN = new QRadioButton(grupoTextoCifrado); textoCifradoBIN->setObjectName(QString::fromUtf8("textoCifradoBIN")); textoCifradoBIN->setGeometry(QRect(90, 10, 51, 17)); textoCifradoHEX = new QRadioButton(grupoTextoCifrado); textoCifradoHEX->setObjectName(QString::fromUtf8("textoCifradoHEX")); textoCifradoHEX->setGeometry(QRect(150, 10, 51, 17)); grupoKey = new QGroupBox(centralWidget); grupoKey->setObjectName(QString::fromUtf8("grupoKey")); grupoKey->setGeometry(QRect(370, 360, 221, 31)); textoKeyASCII = new QRadioButton(grupoKey); textoKeyASCII->setObjectName(QString::fromUtf8("textoKeyASCII")); textoKeyASCII->setGeometry(QRect(20, 10, 51, 17)); textoKeyBIN = new QRadioButton(grupoKey); textoKeyBIN->setObjectName(QString::fromUtf8("textoKeyBIN")); textoKeyBIN->setGeometry(QRect(90, 10, 51, 17)); textoKeyHEX = new QRadioButton(grupoKey); textoKeyHEX->setObjectName(QString::fromUtf8("textoKeyHEX")); textoKeyHEX->setGeometry(QRect(150, 10, 51, 17)); label_7 = new QLabel(centralWidget); label_7->setObjectName(QString::fromUtf8("label_7")); label_7->setGeometry(QRect(10, 270, 161, 21)); groupBox = new QGroupBox(centralWidget); groupBox->setObjectName(QString::fromUtf8("groupBox")); groupBox->setGeometry(QRect(10, 300, 161, 131)); consolaMensajes = new QTextEdit(groupBox); consolaMensajes->setObjectName(QString::fromUtf8("consolaMensajes")); consolaMensajes->setEnabled(true); consolaMensajes->setGeometry(QRect(0, 0, 161, 131)); consolaMensajes->setAcceptDrops(false); consolaMensajes->setTextInteractionFlags(Qt::NoTextInteraction); imagen = new QLabel(centralWidget); imagen->setObjectName(QString::fromUtf8("imagen")); imagen->setGeometry(QRect(430, 40, 91, 91)); label_8 = new QLabel(centralWidget); label_8->setObjectName(QString::fromUtf8("label_8")); label_8->setGeometry(QRect(770, 20, 111, 17)); scrollArea = new QScrollArea(centralWidget); scrollArea->setObjectName(QString::fromUtf8("scrollArea")); scrollArea->setGeometry(QRect(770, 40, 321, 391)); scrollArea->setWidgetResizable(true); scrollAreaWidgetContents = new QWidget(); scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents")); scrollAreaWidgetContents->setGeometry(QRect(0, 0, 319, 389)); descripcion = new QLabel(scrollAreaWidgetContents); descripcion->setObjectName(QString::fromUtf8("descripcion")); descripcion->setGeometry(QRect(10, 10, 301, 371)); descripcion->setAutoFillBackground(true); descripcion->setScaledContents(true); descripcion->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop); descripcion->setWordWrap(true); scrollArea->setWidget(scrollAreaWidgetContents); MainWindow->setCentralWidget(centralWidget); menuBar = new QMenuBar(MainWindow); menuBar->setObjectName(QString::fromUtf8("menuBar")); menuBar->setGeometry(QRect(0, 0, 1100, 21)); menuArchivo = new QMenu(menuBar); menuArchivo->setObjectName(QString::fromUtf8("menuArchivo")); menuAyuda = new QMenu(menuBar); menuAyuda->setObjectName(QString::fromUtf8("menuAyuda")); MainWindow->setMenuBar(menuBar); statusBar = new QStatusBar(MainWindow); statusBar->setObjectName(QString::fromUtf8("statusBar")); MainWindow->setStatusBar(statusBar); menuBar->addAction(menuArchivo->menuAction()); menuBar->addAction(menuAyuda->menuAction()); menuArchivo->addAction(actionLimpiar); menuArchivo->addSeparator(); menuArchivo->addAction(actionSalir); menuAyuda->addAction(actionAcerca_de); retranslateUi(MainWindow); QMetaObject::connectSlotsByName(MainWindow); } // setupUi void retranslateUi(QMainWindow *MainWindow) { actionSalir->setText(QApplication::translate("MainWindow", "Salir", 0, QApplication::UnicodeUTF8)); actionAcerca_de->setText(QApplication::translate("MainWindow", "Acerca de ...", 0, QApplication::UnicodeUTF8)); actionLimpiar->setText(QApplication::translate("MainWindow", "Limpiar", 0, QApplication::UnicodeUTF8)); label->setText(QApplication::translate("MainWindow", "\n" "\n" "

Algoritmo

", 0, QApplication::UnicodeUTF8)); label_2->setText(QApplication::translate("MainWindow", "\n" "\n" "

Texto Plano

", 0, QApplication::UnicodeUTF8)); label_3->setText(QApplication::translate("MainWindow", "\n" "\n" "

Texto Cifrado

", 0, QApplication::UnicodeUTF8)); label_4->setText(QApplication::translate("MainWindow", "\n" "\n" "

Llave

", 0, QApplication::UnicodeUTF8)); label_5->setText(QApplication::translate("MainWindow", "\n" "\n" "

Velocidad Ejecuci\303\263n

", 0, QApplication::UnicodeUTF8)); checkBox->setText(QApplication::translate("MainWindow", "Padding", 0, QApplication::UnicodeUTF8)); botonEncriptar->setText(QApplication::translate("MainWindow", ">>", 0, QApplication::UnicodeUTF8)); botonDesencriptar->setText(QApplication::translate("MainWindow", "<<", 0, QApplication::UnicodeUTF8)); comboBoxAlgoritmo->clear(); comboBoxAlgoritmo->insertItems(0, QStringList() << QApplication::translate("MainWindow", "--Seleccionar Algoritomo--", 0, QApplication::UnicodeUTF8) << QApplication::translate("MainWindow", "Caesar", 0, QApplication::UnicodeUTF8) << QApplication::translate("MainWindow", "Vigenere", 0, QApplication::UnicodeUTF8) << QApplication::translate("MainWindow", "Rot13", 0, QApplication::UnicodeUTF8) << QApplication::translate("MainWindow", "Blowfish", 0, QApplication::UnicodeUTF8) << QApplication::translate("MainWindow", "Khufu", 0, QApplication::UnicodeUTF8) << QApplication::translate("MainWindow", "Lucifer", 0, QApplication::UnicodeUTF8) << QApplication::translate("MainWindow", "Random", 0, QApplication::UnicodeUTF8) << QApplication::translate("MainWindow", "Xor", 0, QApplication::UnicodeUTF8) << QApplication::translate("MainWindow", "Des", 0, QApplication::UnicodeUTF8) << QApplication::translate("MainWindow", "Des_c", 0, QApplication::UnicodeUTF8) << QApplication::translate("MainWindow", "Idea", 0, QApplication::UnicodeUTF8) ); label_6->setText(QApplication::translate("MainWindow", "\n" "\n" "

Modo

", 0, QApplication::UnicodeUTF8)); comboBox->clear(); comboBox->insertItems(0, QStringList() << QApplication::translate("MainWindow", "Pulse aqui", 0, QApplication::UnicodeUTF8) << QApplication::translate("MainWindow", "ECB", 0, QApplication::UnicodeUTF8) << QApplication::translate("MainWindow", "CBC", 0, QApplication::UnicodeUTF8) << QApplication::translate("MainWindow", "CFB", 0, QApplication::UnicodeUTF8) << QApplication::translate("MainWindow", "OFM", 0, QApplication::UnicodeUTF8) ); grupoTextoLlano->setTitle(QString()); textoLlanoASCII->setText(QApplication::translate("MainWindow", "ASCII", 0, QApplication::UnicodeUTF8)); textoLlanoBIN->setText(QApplication::translate("MainWindow", "BIN", 0, QApplication::UnicodeUTF8)); textoLlanoHEX->setText(QApplication::translate("MainWindow", "HEX", 0, QApplication::UnicodeUTF8)); grupoTextoCifrado->setTitle(QString()); textoCifradoASCII->setText(QApplication::translate("MainWindow", "ASCII", 0, QApplication::UnicodeUTF8)); textoCifradoBIN->setText(QApplication::translate("MainWindow", "BIN", 0, QApplication::UnicodeUTF8)); textoCifradoHEX->setText(QApplication::translate("MainWindow", "HEX", 0, QApplication::UnicodeUTF8)); grupoKey->setTitle(QString()); textoKeyASCII->setText(QApplication::translate("MainWindow", "ASCII", 0, QApplication::UnicodeUTF8)); textoKeyBIN->setText(QApplication::translate("MainWindow", "BIN", 0, QApplication::UnicodeUTF8)); textoKeyHEX->setText(QApplication::translate("MainWindow", "HEX", 0, QApplication::UnicodeUTF8)); label_7->setText(QApplication::translate("MainWindow", "\n" "\n" "

Consola de Mensajes

", 0, QApplication::UnicodeUTF8)); groupBox->setTitle(QString()); imagen->setText(QString()); label_8->setText(QApplication::translate("MainWindow", "\n" "\n" "

Descripci\303\263n

", 0, QApplication::UnicodeUTF8)); descripcion->setText(QString()); menuArchivo->setTitle(QApplication::translate("MainWindow", "Archivo", 0, QApplication::UnicodeUTF8)); menuAyuda->setTitle(QApplication::translate("MainWindow", "Ayuda", 0, QApplication::UnicodeUTF8)); Q_UNUSED(MainWindow); } // retranslateUi }; namespace Ui { class MainWindow: public Ui_MainWindow {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_MAINWINDOW_H