source: comparacioncriptosistemas/interfaz/ui_sistema.h

interfaz
Last change on this file was 25a5325, checked in by lhernandez <lhernandez@…>, 8 years ago

Realizada mejora de la interfaz(grid), agragada funcionalidad para la creacion de llaves (privada y publica) se guardar en un directorio kyes del proyecto, agragada funcionalidad para el cifrado de un texto plano (por ahora esta comentado, para realizar la interfaz) y agragada funcionalidad para descifrar el archivo a partir de un data.dat cifrado

  • Property mode set to 100644
File size: 7.8 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'sistema.ui'
3**
4** Created by: Qt User Interface Compiler version 5.5.1
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_SISTEMA_H
10#define UI_SISTEMA_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QAction>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QButtonGroup>
16#include <QtWidgets/QHBoxLayout>
17#include <QtWidgets/QHeaderView>
18#include <QtWidgets/QLabel>
19#include <QtWidgets/QLineEdit>
20#include <QtWidgets/QMainWindow>
21#include <QtWidgets/QMenuBar>
22#include <QtWidgets/QPushButton>
23#include <QtWidgets/QStatusBar>
24#include <QtWidgets/QToolBar>
25#include <QtWidgets/QWidget>
26
27QT_BEGIN_NAMESPACE
28
29class Ui_Sistema
30{
31public:
32    QWidget *centralWidget;
33    QPushButton *pushButton_2;
34    QLineEdit *pass;
35    QLineEdit *user;
36    QLabel *label;
37    QLabel *label_2;
38    QLabel *label_4;
39    QLabel *label_5;
40    QWidget *horizontalLayoutWidget;
41    QHBoxLayout *horizontalLayout;
42    QLabel *label_3;
43    QLabel *label_6;
44    QLabel *label_7;
45    QLabel *label_8;
46    QMenuBar *menuBar;
47    QToolBar *mainToolBar;
48    QStatusBar *statusBar;
49
50    void setupUi(QMainWindow *Sistema)
51    {
52        if (Sistema->objectName().isEmpty())
53            Sistema->setObjectName(QStringLiteral("Sistema"));
54        Sistema->setEnabled(true);
55        Sistema->resize(683, 502);
56        QFont font;
57        font.setFamily(QStringLiteral("Sans Serif"));
58        font.setPointSize(11);
59        font.setBold(false);
60        font.setItalic(false);
61        font.setWeight(50);
62        Sistema->setFont(font);
63        Sistema->setMouseTracking(false);
64        Sistema->setAcceptDrops(false);
65        Sistema->setLayoutDirection(Qt::LeftToRight);
66        Sistema->setStyleSheet(QLatin1String("font: 11pt \"Sans Serif\";\n"
67"\n"
68"background-color: rgb(255, 255, 255);\n"
69""));
70        Sistema->setDocumentMode(false);
71        Sistema->setDockNestingEnabled(false);
72        Sistema->setDockOptions(QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks);
73        centralWidget = new QWidget(Sistema);
74        centralWidget->setObjectName(QStringLiteral("centralWidget"));
75        pushButton_2 = new QPushButton(centralWidget);
76        pushButton_2->setObjectName(QStringLiteral("pushButton_2"));
77        pushButton_2->setEnabled(true);
78        pushButton_2->setGeometry(QRect(280, 390, 111, 41));
79        pushButton_2->setStyleSheet(QLatin1String("background-color: rgb(38, 90, 136);\n"
80"background-position: 0 -15px;\n"
81"color: rgb(255, 255, 255);"));
82        pushButton_2->setCheckable(false);
83        pushButton_2->setAutoRepeat(false);
84        pushButton_2->setAutoExclusive(false);
85        pass = new QLineEdit(centralWidget);
86        pass->setObjectName(QStringLiteral("pass"));
87        pass->setGeometry(QRect(290, 270, 171, 31));
88        pass->setStyleSheet(QLatin1String("border-color: rgb(0, 0, 255);\n"
89""));
90        pass->setEchoMode(QLineEdit::Password);
91        user = new QLineEdit(centralWidget);
92        user->setObjectName(QStringLiteral("user"));
93        user->setEnabled(true);
94        user->setGeometry(QRect(290, 190, 171, 31));
95        user->setStyleSheet(QLatin1String("border-color: rgb(0, 0, 255);\n"
96""));
97        label = new QLabel(centralWidget);
98        label->setObjectName(QStringLiteral("label"));
99        label->setGeometry(QRect(210, 190, 71, 20));
100        label_2 = new QLabel(centralWidget);
101        label_2->setObjectName(QStringLiteral("label_2"));
102        label_2->setGeometry(QRect(180, 270, 101, 20));
103        label_2->setFont(font);
104        label_4 = new QLabel(centralWidget);
105        label_4->setObjectName(QStringLiteral("label_4"));
106        label_4->setGeometry(QRect(140, 140, 431, 16));
107        label_5 = new QLabel(centralWidget);
108        label_5->setObjectName(QStringLiteral("label_5"));
109        label_5->setGeometry(QRect(270, 350, 161, 16));
110        horizontalLayoutWidget = new QWidget(centralWidget);
111        horizontalLayoutWidget->setObjectName(QStringLiteral("horizontalLayoutWidget"));
112        horizontalLayoutWidget->setGeometry(QRect(40, 0, 611, 80));
113        horizontalLayout = new QHBoxLayout(horizontalLayoutWidget);
114        horizontalLayout->setSpacing(6);
115        horizontalLayout->setContentsMargins(11, 11, 11, 11);
116        horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
117        horizontalLayout->setContentsMargins(0, 0, 0, 0);
118        label_3 = new QLabel(horizontalLayoutWidget);
119        label_3->setObjectName(QStringLiteral("label_3"));
120
121        horizontalLayout->addWidget(label_3);
122
123        label_6 = new QLabel(centralWidget);
124        label_6->setObjectName(QStringLiteral("label_6"));
125        label_6->setGeometry(QRect(290, 230, 191, 20));
126        label_7 = new QLabel(centralWidget);
127        label_7->setObjectName(QStringLiteral("label_7"));
128        label_7->setGeometry(QRect(290, 310, 191, 16));
129        label_8 = new QLabel(centralWidget);
130        label_8->setObjectName(QStringLiteral("label_8"));
131        label_8->setGeometry(QRect(0, 80, 681, 21));
132        Sistema->setCentralWidget(centralWidget);
133        menuBar = new QMenuBar(Sistema);
134        menuBar->setObjectName(QStringLiteral("menuBar"));
135        menuBar->setGeometry(QRect(0, 0, 683, 24));
136        Sistema->setMenuBar(menuBar);
137        mainToolBar = new QToolBar(Sistema);
138        mainToolBar->setObjectName(QStringLiteral("mainToolBar"));
139        Sistema->addToolBar(Qt::TopToolBarArea, mainToolBar);
140        statusBar = new QStatusBar(Sistema);
141        statusBar->setObjectName(QStringLiteral("statusBar"));
142        Sistema->setStatusBar(statusBar);
143        QWidget::setTabOrder(user, pass);
144        QWidget::setTabOrder(pass, pushButton_2);
145
146        retranslateUi(Sistema);
147
148        QMetaObject::connectSlotsByName(Sistema);
149    } // setupUi
150
151    void retranslateUi(QMainWindow *Sistema)
152    {
153        Sistema->setWindowTitle(QApplication::translate("Sistema", "Sistema", 0));
154        pushButton_2->setText(QApplication::translate("Sistema", "Ingresar", 0));
155        pushButton_2->setShortcut(QString());
156#ifndef QT_NO_TOOLTIP
157        pass->setToolTip(QApplication::translate("Sistema", "<html><head/><body><p><br/></p></body></html>", 0));
158#endif // QT_NO_TOOLTIP
159#ifndef QT_NO_WHATSTHIS
160        pass->setWhatsThis(QApplication::translate("Sistema", "<html><head/><body><p><br/></p></body></html>", 0));
161#endif // QT_NO_WHATSTHIS
162        pass->setText(QString());
163        pass->setPlaceholderText(QApplication::translate("Sistema", "Contrase\303\261a", 0));
164        user->setText(QString());
165        user->setPlaceholderText(QApplication::translate("Sistema", "Usuario", 0));
166        label->setText(QApplication::translate("Sistema", "*Usuario:", 0));
167        label_2->setText(QApplication::translate("Sistema", "*Contrase\303\261a:", 0));
168        label_4->setText(QApplication::translate("Sistema", "<html><head/><body><p align=\"center\"><span style=\" font-size:9pt;\">Indique su usuario y contrase\303\261a para ingresar al sistema</span></p></body></html>", 0));
169        label_5->setText(QApplication::translate("Sistema", "<html><head/><body><p align=\"center\"><span style=\" font-size:8pt; color: red\";>(*) Datos obligatorios</span></p></body></html>", 0));
170        label_3->setText(QApplication::translate("Sistema", "<html><head/><body><p align=\"center\"><span style=\" font-size:16pt; font-weight:600; font-style:italic; color:#ff0000;\">Bienvenido al sistema criptosistema</span><img src=\":/static/logo.png\" width=\"110\" height=\"50\"/></p></body></html>", 0));
171        label_6->setText(QString());
172        label_7->setText(QString());
173        label_8->setText(QString());
174    } // retranslateUi
175
176};
177
178namespace Ui {
179    class Sistema: public Ui_Sistema {};
180} // namespace Ui
181
182QT_END_NAMESPACE
183
184#endif // UI_SISTEMA_H
Note: See TracBrowser for help on using the repository browser.