source: comparacioncriptosistemas/interfaz/ui_criptosistemas.h

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

Modificada interfas, lista las validaciones repectivas para el manejo del sistema

  • Property mode set to 100644
File size: 10.0 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'criptosistemas.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_CRIPTOSISTEMAS_H
10#define UI_CRIPTOSISTEMAS_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QAction>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QButtonGroup>
16#include <QtWidgets/QFrame>
17#include <QtWidgets/QGridLayout>
18#include <QtWidgets/QHBoxLayout>
19#include <QtWidgets/QHeaderView>
20#include <QtWidgets/QLabel>
21#include <QtWidgets/QMainWindow>
22#include <QtWidgets/QMenuBar>
23#include <QtWidgets/QProgressBar>
24#include <QtWidgets/QPushButton>
25#include <QtWidgets/QSpacerItem>
26#include <QtWidgets/QStatusBar>
27#include <QtWidgets/QVBoxLayout>
28#include <QtWidgets/QWidget>
29
30QT_BEGIN_NAMESPACE
31
32class Ui_CriptoSistemas
33{
34public:
35    QWidget *centralwidget;
36    QGridLayout *gridLayout;
37    QGridLayout *centralPage;
38    QLabel *imgCentral;
39    QFrame *line;
40    QHBoxLayout *titulos;
41    QLabel *titulo;
42    QHBoxLayout *horizontalLayout_2;
43    QLabel *usurio_account;
44    QLabel *pass_accoun;
45    QLabel *logout;
46    QSpacerItem *horizontalSpacer;
47    QHBoxLayout *pie;
48    QProgressBar *progressBar;
49    QVBoxLayout *menuLateral;
50    QPushButton *generarLlaves;
51    QPushButton *cifrar;
52    QPushButton *decifrar;
53    QPushButton *ayuda;
54    QVBoxLayout *mensajes;
55    QLabel *flujo_mensajes;
56    QMenuBar *menubar;
57    QStatusBar *statusbar;
58
59    void setupUi(QMainWindow *CriptoSistemas)
60    {
61        if (CriptoSistemas->objectName().isEmpty())
62            CriptoSistemas->setObjectName(QStringLiteral("CriptoSistemas"));
63        CriptoSistemas->resize(852, 581);
64        centralwidget = new QWidget(CriptoSistemas);
65        centralwidget->setObjectName(QStringLiteral("centralwidget"));
66        gridLayout = new QGridLayout(centralwidget);
67        gridLayout->setObjectName(QStringLiteral("gridLayout"));
68        centralPage = new QGridLayout();
69        centralPage->setObjectName(QStringLiteral("centralPage"));
70        imgCentral = new QLabel(centralwidget);
71        imgCentral->setObjectName(QStringLiteral("imgCentral"));
72
73        centralPage->addWidget(imgCentral, 0, 0, 1, 1);
74
75
76        gridLayout->addLayout(centralPage, 3, 2, 1, 1);
77
78        line = new QFrame(centralwidget);
79        line->setObjectName(QStringLiteral("line"));
80        line->setEnabled(true);
81        line->setStyleSheet(QStringLiteral(""));
82        line->setLineWidth(3);
83        line->setFrameShape(QFrame::VLine);
84        line->setFrameShadow(QFrame::Sunken);
85
86        gridLayout->addWidget(line, 3, 1, 3, 1);
87
88        titulos = new QHBoxLayout();
89        titulos->setObjectName(QStringLiteral("titulos"));
90        titulo = new QLabel(centralwidget);
91        titulo->setObjectName(QStringLiteral("titulo"));
92        titulo->setStyleSheet(QLatin1String("background-color: rgb(207, 247, 237);\n"
93""));
94
95        titulos->addWidget(titulo);
96
97
98        gridLayout->addLayout(titulos, 0, 0, 1, 3);
99
100        horizontalLayout_2 = new QHBoxLayout();
101        horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
102        usurio_account = new QLabel(centralwidget);
103        usurio_account->setObjectName(QStringLiteral("usurio_account"));
104        usurio_account->setStyleSheet(QLatin1String("color: rgb(35, 82, 124);\n"
105"font-weight: bold;"));
106        usurio_account->setWordWrap(false);
107
108        horizontalLayout_2->addWidget(usurio_account);
109
110        pass_accoun = new QLabel(centralwidget);
111        pass_accoun->setObjectName(QStringLiteral("pass_accoun"));
112
113        horizontalLayout_2->addWidget(pass_accoun);
114
115        logout = new QLabel(centralwidget);
116        logout->setObjectName(QStringLiteral("logout"));
117        logout->setOpenExternalLinks(true);
118
119        horizontalLayout_2->addWidget(logout);
120
121        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
122
123        horizontalLayout_2->addItem(horizontalSpacer);
124
125
126        gridLayout->addLayout(horizontalLayout_2, 1, 0, 1, 3);
127
128        pie = new QHBoxLayout();
129        pie->setObjectName(QStringLiteral("pie"));
130
131        gridLayout->addLayout(pie, 4, 2, 1, 1);
132
133        progressBar = new QProgressBar(centralwidget);
134        progressBar->setObjectName(QStringLiteral("progressBar"));
135        progressBar->setMinimum(24);
136        progressBar->setValue(24);
137        progressBar->setInvertedAppearance(false);
138
139        gridLayout->addWidget(progressBar, 5, 2, 1, 1);
140
141        menuLateral = new QVBoxLayout();
142        menuLateral->setObjectName(QStringLiteral("menuLateral"));
143        menuLateral->setSizeConstraint(QLayout::SetFixedSize);
144        generarLlaves = new QPushButton(centralwidget);
145        generarLlaves->setObjectName(QStringLiteral("generarLlaves"));
146        QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
147        sizePolicy.setHorizontalStretch(0);
148        sizePolicy.setVerticalStretch(0);
149        sizePolicy.setHeightForWidth(generarLlaves->sizePolicy().hasHeightForWidth());
150        generarLlaves->setSizePolicy(sizePolicy);
151        generarLlaves->setMinimumSize(QSize(150, 45));
152        generarLlaves->setStyleSheet(QLatin1String("background-color: rgb(38, 90, 136);\n"
153"background-position: 0 -15px;\n"
154"color: rgb(255, 255, 255);"));
155
156        menuLateral->addWidget(generarLlaves);
157
158        cifrar = new QPushButton(centralwidget);
159        cifrar->setObjectName(QStringLiteral("cifrar"));
160        cifrar->setEnabled(false);
161        sizePolicy.setHeightForWidth(cifrar->sizePolicy().hasHeightForWidth());
162        cifrar->setSizePolicy(sizePolicy);
163        cifrar->setMinimumSize(QSize(150, 45));
164        cifrar->setAutoDefault(true);
165
166        menuLateral->addWidget(cifrar);
167
168        decifrar = new QPushButton(centralwidget);
169        decifrar->setObjectName(QStringLiteral("decifrar"));
170        decifrar->setEnabled(false);
171        sizePolicy.setHeightForWidth(decifrar->sizePolicy().hasHeightForWidth());
172        decifrar->setSizePolicy(sizePolicy);
173        decifrar->setMinimumSize(QSize(150, 45));
174
175        menuLateral->addWidget(decifrar);
176
177        ayuda = new QPushButton(centralwidget);
178        ayuda->setObjectName(QStringLiteral("ayuda"));
179        sizePolicy.setHeightForWidth(ayuda->sizePolicy().hasHeightForWidth());
180        ayuda->setSizePolicy(sizePolicy);
181        ayuda->setLayoutDirection(Qt::LeftToRight);
182        QIcon icon;
183        icon.addFile(QStringLiteral(":/static/ayuda.png"), QSize(), QIcon::Normal, QIcon::Off);
184        ayuda->setIcon(icon);
185        ayuda->setFlat(true);
186
187        menuLateral->addWidget(ayuda);
188
189
190        gridLayout->addLayout(menuLateral, 3, 0, 3, 1);
191
192        mensajes = new QVBoxLayout();
193        mensajes->setObjectName(QStringLiteral("mensajes"));
194        flujo_mensajes = new QLabel(centralwidget);
195        flujo_mensajes->setObjectName(QStringLiteral("flujo_mensajes"));
196
197        mensajes->addWidget(flujo_mensajes);
198
199
200        gridLayout->addLayout(mensajes, 2, 0, 1, 3);
201
202        CriptoSistemas->setCentralWidget(centralwidget);
203        menubar = new QMenuBar(CriptoSistemas);
204        menubar->setObjectName(QStringLiteral("menubar"));
205        menubar->setGeometry(QRect(0, 0, 852, 27));
206        CriptoSistemas->setMenuBar(menubar);
207        statusbar = new QStatusBar(CriptoSistemas);
208        statusbar->setObjectName(QStringLiteral("statusbar"));
209        CriptoSistemas->setStatusBar(statusbar);
210
211        retranslateUi(CriptoSistemas);
212
213        QMetaObject::connectSlotsByName(CriptoSistemas);
214    } // setupUi
215
216    void retranslateUi(QMainWindow *CriptoSistemas)
217    {
218        CriptoSistemas->setWindowTitle(QApplication::translate("CriptoSistemas", "Criptosistemas", 0));
219        imgCentral->setText(QApplication::translate("CriptoSistemas", "<html><head/><body><p align=\"center\"><img src=\":/static/criptosistema.png\"/></p></body></html>", 0));
220        titulo->setText(QApplication::translate("CriptoSistemas", "<html><head/><body bgcolor=\"#8FF7DE\"><p ><img src=\":/static/cenditel.png\" width=\"110\" height=\"80\" style=\"float: left;\"/></p><p align=\"center\"><span style=\" font-size:16pt; font-weight:600; font-style:italic; color:#ff0000;\">Criptosistema </span></p></body></html>", 0));
221        usurio_account->setText(QApplication::translate("CriptoSistemas", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
222"<html><head><meta name=\"qrichtext\" content=\"1\" />\n"
223"<style>\n"
224"\n"
225"\n"
226"a:hover {\n"
227"    color: red;\n"
228"    background-color: transparent;\n"
229"    text-decoration: underline;\n"
230"}\n"
231"\n"
232"</style>\n"
233"</head><body >\n"
234"\n"
235"\n"
236"<p align=\"center\"  style = \"text-decoration: underline;\"><img width=\"15\" height=\"15\" src=\":/static/ou.png\" /><a href=\"#\">Usuario</span></a></p></body></html>", 0));
237        pass_accoun->setText(QApplication::translate("CriptoSistemas", "<html><head/><body><p align=\"center\"><img src=\":/static/pass.png\" width=\"15\" height=\"15\"/><a href=\"#\"><span style=\" font-weight:600; text-decoration: underline; color:#0000ff;\">Contrase\303\261a</span></a></p></body></html>", 0));
238        logout->setText(QApplication::translate("CriptoSistemas", "<html><head/><body><p align=\"center\"><img src=\":/static/salir.png\" width=\"15\" height=\"15\"/><a href=\"#\"><span style=\" font-weight:600; text-decoration: underline; color:#0000ff;\">Salir</span></a></p></body></html>", 0));
239        progressBar->setFormat(QApplication::translate("CriptoSistemas", "%p%", 0));
240        generarLlaves->setText(QApplication::translate("CriptoSistemas", "Generar Llaves", 0));
241        cifrar->setText(QApplication::translate("CriptoSistemas", "Cifrar texto", 0));
242        cifrar->setShortcut(QString());
243        decifrar->setText(QApplication::translate("CriptoSistemas", "Decifrar texto", 0));
244        ayuda->setText(QString());
245        flujo_mensajes->setText(QString());
246    } // retranslateUi
247
248};
249
250namespace Ui {
251    class CriptoSistemas: public Ui_CriptoSistemas {};
252} // namespace Ui
253
254QT_END_NAMESPACE
255
256#endif // UI_CRIPTOSISTEMAS_H
Note: See TracBrowser for help on using the repository browser.