source: comparacioncriptosistemas/interfaz/login.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: 3.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>login</class>
4 <widget class="Qlogin" name="login">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>602</width>
10    <height>465</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>login</string>
15  </property>
16  <widget class="QWidget" name="centralWidget" native="true">
17   <property name="geometry">
18    <rect>
19     <x>0</x>
20     <y>0</y>
21     <width>600</width>
22     <height>370</height>
23    </rect>
24   </property>
25   <widget class="QWidget" name="verticalLayoutWidget_2">
26    <property name="geometry">
27     <rect>
28      <x>170</x>
29      <y>140</y>
30      <width>421</width>
31      <height>261</height>
32     </rect>
33    </property>
34    <layout class="QVBoxLayout" name="verticalLayout_2"/>
35   </widget>
36   <widget class="QWidget" name="verticalLayoutWidget_3">
37    <property name="geometry">
38     <rect>
39      <x>9</x>
40      <y>9</y>
41      <width>581</width>
42      <height>91</height>
43     </rect>
44    </property>
45    <layout class="QVBoxLayout" name="verticalLayout_3">
46     <item>
47      <widget class="QTextEdit" name="textEdit">
48       <property name="html">
49        <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;
50&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
51p, li { white-space: pre-wrap; }
52&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
53&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:36pt; color:#00aa00;&quot;&gt;Bienvenido&lt;/span&gt;&lt;/p&gt;
54&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic; color:#0000ff;&quot;&gt;Criptosistema&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
55       </property>
56      </widget>
57     </item>
58    </layout>
59   </widget>
60   <widget class="QWidget" name="">
61    <property name="geometry">
62     <rect>
63      <x>10</x>
64      <y>130</y>
65      <width>161</width>
66      <height>259</height>
67     </rect>
68    </property>
69    <layout class="QVBoxLayout" name="verticalLayout">
70     <item>
71      <widget class="QPushButton" name="pushButton">
72       <property name="text">
73        <string>Clave</string>
74       </property>
75      </widget>
76     </item>
77    </layout>
78   </widget>
79  </widget>
80  <widget class="QMenuBar" name="menuBar">
81   <property name="geometry">
82    <rect>
83     <x>0</x>
84     <y>0</y>
85     <width>602</width>
86     <height>19</height>
87    </rect>
88   </property>
89  </widget>
90  <widget class="QToolBar" name="mainToolBar">
91   <property name="geometry">
92    <rect>
93     <x>0</x>
94     <y>0</y>
95     <width>8</width>
96     <height>17</height>
97    </rect>
98   </property>
99  </widget>
100  <widget class="QStatusBar" name="statusBar">
101   <property name="geometry">
102    <rect>
103     <x>0</x>
104     <y>0</y>
105     <width>3</width>
106     <height>22</height>
107    </rect>
108   </property>
109  </widget>
110 </widget>
111 <layoutdefault spacing="6" margin="11"/>
112 <customwidgets>
113  <customwidget>
114   <class>Qlogin</class>
115   <extends>QWidget</extends>
116   <header>qlogin.h</header>
117   <container>1</container>
118  </customwidget>
119 </customwidgets>
120 <resources/>
121 <connections/>
122</ui>
Note: See TracBrowser for help on using the repository browser.