source: comparacioncriptosistemas/interfaz/dialog.ui

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: 5.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Dialog</class>
4 <widget class="QDialog" name="Dialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>824</width>
10    <height>510</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <property name="styleSheet">
17   <string notr="true">background-color: rgb(255, 255, 255);</string>
18  </property>
19  <widget class="QWidget" name="verticalLayoutWidget_3">
20   <property name="geometry">
21    <rect>
22     <x>100</x>
23     <y>0</y>
24     <width>681</width>
25     <height>101</height>
26    </rect>
27   </property>
28   <layout class="QVBoxLayout" name="verticalLayout_3">
29    <item>
30     <widget class="QLabel" name="label">
31      <property name="text">
32       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:16pt; font-weight:600; font-style:italic; color:#ff0000;&quot;&gt;Bienvenido al sistema criptosistema&lt;/span&gt;&lt;img src=&quot;:/static/logo.png&quot; width=&quot;110&quot; height=&quot;50&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
33      </property>
34     </widget>
35    </item>
36   </layout>
37  </widget>
38  <widget class="QProgressBar" name="progressBar">
39   <property name="geometry">
40    <rect>
41     <x>480</x>
42     <y>270</y>
43     <width>131</width>
44     <height>21</height>
45    </rect>
46   </property>
47   <property name="minimum">
48    <number>24</number>
49   </property>
50   <property name="value">
51    <number>24</number>
52   </property>
53   <property name="invertedAppearance">
54    <bool>false</bool>
55   </property>
56   <property name="format">
57    <string>%p%</string>
58   </property>
59  </widget>
60  <widget class="QPushButton" name="pushButton">
61   <property name="geometry">
62    <rect>
63     <x>60</x>
64     <y>180</y>
65     <width>131</width>
66     <height>41</height>
67    </rect>
68   </property>
69   <property name="styleSheet">
70    <string notr="true">background-color: rgb(38, 90, 136);
71background-position: 0 -15px;
72color: rgb(255, 255, 255);</string>
73   </property>
74   <property name="text">
75    <string>Generar Clave</string>
76   </property>
77  </widget>
78  <widget class="QPushButton" name="pushButton_2">
79   <property name="enabled">
80    <bool>false</bool>
81   </property>
82   <property name="geometry">
83    <rect>
84     <x>60</x>
85     <y>290</y>
86     <width>131</width>
87     <height>41</height>
88    </rect>
89   </property>
90   <property name="text">
91    <string>Cifrar texto</string>
92   </property>
93   <property name="shortcut">
94    <string/>
95   </property>
96   <property name="autoDefault">
97    <bool>true</bool>
98   </property>
99  </widget>
100  <widget class="QPushButton" name="pushButton_3">
101   <property name="enabled">
102    <bool>false</bool>
103   </property>
104   <property name="geometry">
105    <rect>
106     <x>60</x>
107     <y>390</y>
108     <width>131</width>
109     <height>41</height>
110    </rect>
111   </property>
112   <property name="text">
113    <string>Decifrar texto</string>
114   </property>
115  </widget>
116  <widget class="Line" name="line">
117   <property name="geometry">
118    <rect>
119     <x>250</x>
120     <y>130</y>
121     <width>20</width>
122     <height>371</height>
123    </rect>
124   </property>
125   <property name="orientation">
126    <enum>Qt::Vertical</enum>
127   </property>
128  </widget>
129  <widget class="QLabel" name="label_2">
130   <property name="geometry">
131    <rect>
132     <x>20</x>
133     <y>110</y>
134     <width>81</width>
135     <height>21</height>
136    </rect>
137   </property>
138   <property name="styleSheet">
139    <string notr="true">color: rgb(35, 82, 124);
140font-weight: bold;</string>
141   </property>
142   <property name="text">
143    <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
144&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;
145&lt;style&gt;
146
147
148a:hover {
149    color: red;
150    background-color: transparent;
151    text-decoration: underline;
152}
153
154&lt;/style&gt;
155&lt;/head&gt;&lt;body &gt;
156
157
158&lt;p align=&quot;center&quot;  style = &quot;text-decoration: underline;&quot;&gt;&lt;img width=&quot;15&quot; height=&quot;15&quot; src=&quot;:/static/ou.png&quot; /&gt;&lt;a href=&quot;#&quot;&gt;Usuario&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
159   </property>
160   <property name="wordWrap">
161    <bool>false</bool>
162   </property>
163  </widget>
164  <widget class="QLabel" name="label_5">
165   <property name="geometry">
166    <rect>
167     <x>300</x>
168     <y>120</y>
169     <width>59</width>
170     <height>14</height>
171    </rect>
172   </property>
173   <property name="text">
174    <string/>
175   </property>
176  </widget>
177  <widget class="QLabel" name="label_4">
178   <property name="geometry">
179    <rect>
180     <x>220</x>
181     <y>110</y>
182     <width>59</width>
183     <height>21</height>
184    </rect>
185   </property>
186   <property name="text">
187    <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;:/static/salir.png&quot; width=&quot;15&quot; height=&quot;15&quot;/&gt;&lt;a href=&quot;#&quot;&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline; color:#0000ff;&quot;&gt;Salir&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
188   </property>
189   <property name="openExternalLinks">
190    <bool>true</bool>
191   </property>
192  </widget>
193  <widget class="QLabel" name="label_3">
194   <property name="geometry">
195    <rect>
196     <x>110</x>
197     <y>110</y>
198     <width>101</width>
199     <height>21</height>
200    </rect>
201   </property>
202   <property name="text">
203    <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;:/static/pass.png&quot; width=&quot;15&quot; height=&quot;15&quot;/&gt;&lt;a href=&quot;#&quot;&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline; color:#0000ff;&quot;&gt;Contraseña&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
204   </property>
205  </widget>
206 </widget>
207 <resources/>
208 <connections/>
209</ui>
Note: See TracBrowser for help on using the repository browser.