Update CMakeLists.txt - play with openssl
[novacoin.git] / src / qt / secondauthdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SecondAuthDialog</class>
4  <widget class="QWidget" name="SecondAuthDialog">
5   <property name="windowModality">
6    <enum>Qt::ApplicationModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>768</width>
13     <height>221</height>
14    </rect>
15   </property>
16   <property name="windowTitle">
17    <string>Second Authentification</string>
18   </property>
19   <layout class="QVBoxLayout" name="verticalLayout">
20    <item>
21     <widget class="QLabel" name="infoLabel">
22      <property name="text">
23       <string>You can sign hash of transaction exists in the blockchain with your addresses.</string>
24      </property>
25      <property name="textFormat">
26       <enum>Qt::PlainText</enum>
27      </property>
28      <property name="wordWrap">
29       <bool>true</bool>
30      </property>
31     </widget>
32    </item>
33    <item>
34     <layout class="QHBoxLayout" name="horizontalLayout">
35      <item>
36       <widget class="QValidatedLineEdit" name="addressIn">
37        <property name="toolTip">
38         <string>The address for authentification (e.g. 4Zo1ga6xuKuQ7JV7M9rGDoxdbYwV5zgQJ5)</string>
39        </property>
40        <property name="maxLength">
41         <number>34</number>
42        </property>
43       </widget>
44      </item>
45      <item>
46       <widget class="QPushButton" name="addressBookButton">
47        <property name="toolTip">
48         <string>Choose an address from the address book</string>
49        </property>
50        <property name="text">
51         <string/>
52        </property>
53        <property name="icon">
54         <iconset resource="../bitcoin.qrc">
55          <normaloff>:/icons/address-book</normaloff>:/icons/address-book</iconset>
56        </property>
57        <property name="shortcut">
58         <string>Alt+A</string>
59        </property>
60        <property name="autoDefault">
61         <bool>false</bool>
62        </property>
63       </widget>
64      </item>
65     </layout>
66    </item>
67    <item>
68     <layout class="QHBoxLayout" name="horizontalLayout_2">
69      <item>
70       <widget class="QLineEdit" name="messageIn">
71        <property name="maxLength">
72         <number>64</number>
73        </property>
74       </widget>
75      </item>
76      <item>
77       <widget class="QPushButton" name="pasteButton">
78        <property name="toolTip">
79         <string>Paste hash from clipboard</string>
80        </property>
81        <property name="text">
82         <string/>
83        </property>
84        <property name="icon">
85         <iconset resource="../bitcoin.qrc">
86          <normaloff>:/icons/editpaste</normaloff>:/icons/editpaste</iconset>
87        </property>
88        <property name="shortcut">
89         <string>Alt+P</string>
90        </property>
91        <property name="autoDefault">
92         <bool>false</bool>
93        </property>
94       </widget>
95      </item>
96     </layout>
97    </item>
98    <item>
99     <layout class="QHBoxLayout" name="horizontalLayout_3">
100      <property name="spacing">
101       <number>6</number>
102      </property>
103      <item>
104       <widget class="QLineEdit" name="signatureOut">
105        <property name="font">
106         <font>
107          <italic>true</italic>
108         </font>
109        </property>
110        <property name="readOnly">
111         <bool>true</bool>
112        </property>
113       </widget>
114      </item>
115      <item>
116       <widget class="QPushButton" name="copySignatureButton">
117        <property name="toolTip">
118         <string>Copy the current signature to the system clipboard</string>
119        </property>
120        <property name="text">
121         <string/>
122        </property>
123        <property name="icon">
124         <iconset resource="../bitcoin.qrc">
125          <normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
126        </property>
127        <property name="shortcut">
128         <string>Alt+C</string>
129        </property>
130        <property name="autoDefault">
131         <bool>false</bool>
132        </property>
133       </widget>
134      </item>
135     </layout>
136    </item>
137    <item>
138     <layout class="QHBoxLayout" name="horizontalLayout_4">
139      <item>
140       <widget class="QPushButton" name="signMessageButton">
141        <property name="toolTip">
142         <string>Sign the hash</string>
143        </property>
144        <property name="text">
145         <string>&amp;Sign Data</string>
146        </property>
147        <property name="icon">
148         <iconset resource="../bitcoin.qrc">
149          <normaloff>:/icons/edit</normaloff>:/icons/edit</iconset>
150        </property>
151        <property name="autoDefault">
152         <bool>false</bool>
153        </property>
154       </widget>
155      </item>
156      <item>
157       <widget class="QPushButton" name="clearButton">
158        <property name="toolTip">
159         <string>Reset all sign message fields</string>
160        </property>
161        <property name="text">
162         <string>Clear &amp;All</string>
163        </property>
164        <property name="icon">
165         <iconset resource="../bitcoin.qrc">
166          <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
167        </property>
168        <property name="autoDefault">
169         <bool>false</bool>
170        </property>
171       </widget>
172      </item>
173      <item>
174       <spacer name="horizontalSpacer">
175        <property name="orientation">
176         <enum>Qt::Horizontal</enum>
177        </property>
178        <property name="sizeHint" stdset="0">
179         <size>
180          <width>10</width>
181          <height>48</height>
182         </size>
183        </property>
184       </spacer>
185      </item>
186      <item>
187       <widget class="QLabel" name="statusLabel">
188        <property name="font">
189         <font>
190          <weight>75</weight>
191          <bold>true</bold>
192         </font>
193        </property>
194        <property name="text">
195         <string/>
196        </property>
197        <property name="wordWrap">
198         <bool>true</bool>
199        </property>
200       </widget>
201      </item>
202      <item>
203       <spacer name="horizontalSpacer_2">
204        <property name="orientation">
205         <enum>Qt::Horizontal</enum>
206        </property>
207        <property name="sizeHint" stdset="0">
208         <size>
209          <width>40</width>
210          <height>48</height>
211         </size>
212        </property>
213       </spacer>
214      </item>
215     </layout>
216    </item>
217   </layout>
218  </widget>
219  <customwidgets>
220   <customwidget>
221    <class>QValidatedLineEdit</class>
222    <extends>QLineEdit</extends>
223    <header>qvalidatedlineedit.h</header>
224   </customwidget>
225  </customwidgets>
226  <resources>
227   <include location="../bitcoin.qrc"/>
228  </resources>
229  <connections/>
230 </ui>