source: comparacioncriptosistemas/interfaz/ui_criptosistemas.h @ bd66191

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

modificacion en la interfaz, preparada para las validaciones en el tamaño del archivo y mensajes

  • Property mode set to 100644
File size: 9.7 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    QMenuBar *menubar;
56    QStatusBar *statusbar;
57
58    void setupUi(QMainWindow *CriptoSistemas)
59    {
60        if (CriptoSistemas->objectName().isEmpty())
61            CriptoSistemas->setObjectName(QStringLiteral("CriptoSistemas"));
62        CriptoSistemas->resize(852, 581);
63        centralwidget = new QWidget(CriptoSistemas);
64        centralwidget->setObjectName(QStringLiteral("centralwidget"));
65        gridLayout = new QGridLayout(centralwidget);
66        gridLayout->setObjectName(QStringLiteral("gridLayout"));
67        centralPage = new QGridLayout();
68        centralPage->setObjectName(QStringLiteral("centralPage"));
69        imgCentral = new QLabel(centralwidget);
70        imgCentral->setObjectName(QStringLiteral("imgCentral"));
71
72        centralPage->addWidget(imgCentral, 0, 0, 1, 1);
73
74
75        gridLayout->addLayout(centralPage, 3, 2, 1, 1);
76
77        line = new QFrame(centralwidget);
78        line->setObjectName(QStringLiteral("line"));
79        line->setEnabled(true);
80        line->setStyleSheet(QStringLiteral(""));
81        line->setLineWidth(3);
82        line->setFrameShape(QFrame::VLine);
83        line->setFrameShadow(QFrame::Sunken);
84
85        gridLayout->addWidget(line, 3, 1, 3, 1);
86
87        titulos = new QHBoxLayout();
88        titulos->setObjectName(QStringLiteral("titulos"));
89        titulo = new QLabel(centralwidget);
90        titulo->setObjectName(QStringLiteral("titulo"));
91        titulo->setStyleSheet(QLatin1String("background-color: rgb(207, 247, 237);\n"
92""));
93
94        titulos->addWidget(titulo);
95
96
97        gridLayout->addLayout(titulos, 0, 0, 1, 3);
98
99        horizontalLayout_2 = new QHBoxLayout();
100        horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
101        usurio_account = new QLabel(centralwidget);
102        usurio_account->setObjectName(QStringLiteral("usurio_account"));
103        usurio_account->setStyleSheet(QLatin1String("color: rgb(35, 82, 124);\n"
104"font-weight: bold;"));
105        usurio_account->setWordWrap(false);
106
107        horizontalLayout_2->addWidget(usurio_account);
108
109        pass_accoun = new QLabel(centralwidget);
110        pass_accoun->setObjectName(QStringLiteral("pass_accoun"));
111
112        horizontalLayout_2->addWidget(pass_accoun);
113
114        logout = new QLabel(centralwidget);
115        logout->setObjectName(QStringLiteral("logout"));
116        logout->setOpenExternalLinks(true);
117
118        horizontalLayout_2->addWidget(logout);
119
120        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
121
122        horizontalLayout_2->addItem(horizontalSpacer);
123
124
125        gridLayout->addLayout(horizontalLayout_2, 1, 0, 1, 3);
126
127        pie = new QHBoxLayout();
128        pie->setObjectName(QStringLiteral("pie"));
129
130        gridLayout->addLayout(pie, 4, 2, 1, 1);
131
132        progressBar = new QProgressBar(centralwidget);
133        progressBar->setObjectName(QStringLiteral("progressBar"));
134        progressBar->setMinimum(24);
135        progressBar->setValue(24);
136        progressBar->setInvertedAppearance(false);
137
138        gridLayout->addWidget(progressBar, 5, 2, 1, 1);
139
140        menuLateral = new QVBoxLayout();
141        menuLateral->setObjectName(QStringLiteral("menuLateral"));
142        menuLateral->setSizeConstraint(QLayout::SetFixedSize);
143        generarLlaves = new QPushButton(centralwidget);
144        generarLlaves->setObjectName(QStringLiteral("generarLlaves"));
145        QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
146        sizePolicy.setHorizontalStretch(0);
147        sizePolicy.setVerticalStretch(0);
148        sizePolicy.setHeightForWidth(generarLlaves->sizePolicy().hasHeightForWidth());
149        generarLlaves->setSizePolicy(sizePolicy);
150        generarLlaves->setMinimumSize(QSize(150, 45));
151        generarLlaves->setStyleSheet(QLatin1String("background-color: rgb(38, 90, 136);\n"
152"background-position: 0 -15px;\n"
153"color: rgb(255, 255, 255);"));
154
155        menuLateral->addWidget(generarLlaves);
156
157        cifrar = new QPushButton(centralwidget);
158        cifrar->setObjectName(QStringLiteral("cifrar"));
159        cifrar->setEnabled(false);
160        sizePolicy.setHeightForWidth(cifrar->sizePolicy().hasHeightForWidth());
161        cifrar->setSizePolicy(sizePolicy);
162        cifrar->setMinimumSize(QSize(150, 45));
163        cifrar->setAutoDefault(true);
164
165        menuLateral->addWidget(cifrar);
166
167        decifrar = new QPushButton(centralwidget);
168        decifrar->setObjectName(QStringLiteral("decifrar"));
169        decifrar->setEnabled(false);
170        sizePolicy.setHeightForWidth(decifrar->sizePolicy().hasHeightForWidth());
171        decifrar->setSizePolicy(sizePolicy);
172        decifrar->setMinimumSize(QSize(150, 45));
173
174        menuLateral->addWidget(decifrar);
175
176        ayuda = new QPushButton(centralwidget);
177        ayuda->setObjectName(QStringLiteral("ayuda"));
178        sizePolicy.setHeightForWidth(ayuda->sizePolicy().hasHeightForWidth());
179        ayuda->setSizePolicy(sizePolicy);
180        ayuda->setLayoutDirection(Qt::LeftToRight);
181        QIcon icon;
182        icon.addFile(QStringLiteral(":/static/ayuda.png"), QSize(), QIcon::Normal, QIcon::Off);
183        ayuda->setIcon(icon);
184        ayuda->setFlat(true);
185
186        menuLateral->addWidget(ayuda);
187
188
189        gridLayout->addLayout(menuLateral, 3, 0, 3, 1);
190
191        mensajes = new QVBoxLayout();
192        mensajes->setObjectName(QStringLiteral("mensajes"));
193
194        gridLayout->addLayout(mensajes, 2, 0, 1, 3);
195
196        CriptoSistemas->setCentralWidget(centralwidget);
197        menubar = new QMenuBar(CriptoSistemas);
198        menubar->setObjectName(QStringLiteral("menubar"));
199        menubar->setGeometry(QRect(0, 0, 852, 27));
200        CriptoSistemas->setMenuBar(menubar);
201        statusbar = new QStatusBar(CriptoSistemas);
202        statusbar->setObjectName(QStringLiteral("statusbar"));
203        CriptoSistemas->setStatusBar(statusbar);
204
205        retranslateUi(CriptoSistemas);
206
207        QMetaObject::connectSlotsByName(CriptoSistemas);
208    } // setupUi
209
210    void retranslateUi(QMainWindow *CriptoSistemas)
211    {
212        CriptoSistemas->setWindowTitle(QApplication::translate("CriptoSistemas", "Criptosistemas", 0));
213        imgCentral->setText(QApplication::translate("CriptoSistemas", "<html><head/><body><p align=\"center\"><img src=\":/static/criptosistema.png\"/></p></body></html>", 0));
214        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));
215        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"
216"<html><head><meta name=\"qrichtext\" content=\"1\" />\n"
217"<style>\n"
218"\n"
219"\n"
220"a:hover {\n"
221"    color: red;\n"
222"    background-color: transparent;\n"
223"    text-decoration: underline;\n"
224"}\n"
225"\n"
226"</style>\n"
227"</head><body >\n"
228"\n"
229"\n"
230"<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));
231        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));
232        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));
233        progressBar->setFormat(QApplication::translate("CriptoSistemas", "%p%", 0));
234        generarLlaves->setText(QApplication::translate("CriptoSistemas", "Generar Llaves", 0));
235        cifrar->setText(QApplication::translate("CriptoSistemas", "Cifrar texto", 0));
236        cifrar->setShortcut(QString());
237        decifrar->setText(QApplication::translate("CriptoSistemas", "Decifrar texto", 0));
238        ayuda->setText(QString());
239    } // retranslateUi
240
241};
242
243namespace Ui {
244    class CriptoSistemas: public Ui_CriptoSistemas {};
245} // namespace Ui
246
247QT_END_NAMESPACE
248
249#endif // UI_CRIPTOSISTEMAS_H
Note: See TracBrowser for help on using the repository browser.