Bitcoin-Qt signmessage GUI (pull request #582)
[novacoin.git] / src / qt / forms / messagepage.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MessagePage</class>
4  <widget class="QWidget" name="MessagePage">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>627</width>
10     <height>380</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Message</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QLabel" name="labelExplanation">
19      <property name="text">
20       <string>You can sign messages with your addresses to prove you own them. Be careful to only sign statement you agree to with full details, as phishing attacks may try to trick you into signing access to them.</string>
21      </property>
22      <property name="textFormat">
23       <enum>Qt::AutoText</enum>
24      </property>
25      <property name="wordWrap">
26       <bool>true</bool>
27      </property>
28     </widget>
29    </item>
30    <item>
31     <layout class="QHBoxLayout" name="horizontalLayout_3">
32      <property name="spacing">
33       <number>0</number>
34      </property>
35      <item>
36       <widget class="QValidatedLineEdit" name="signFrom">
37        <property name="toolTip">
38         <string>The address to send the payment to  (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</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 adress from 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        <property name="flat">
64         <bool>false</bool>
65        </property>
66       </widget>
67      </item>
68      <item>
69       <widget class="QPushButton" name="pasteButton">
70        <property name="toolTip">
71         <string>Paste address from clipboard</string>
72        </property>
73        <property name="text">
74         <string/>
75        </property>
76        <property name="icon">
77         <iconset resource="../bitcoin.qrc">
78          <normaloff>:/icons/editpaste</normaloff>:/icons/editpaste</iconset>
79        </property>
80        <property name="shortcut">
81         <string>Alt+P</string>
82        </property>
83        <property name="autoDefault">
84         <bool>false</bool>
85        </property>
86       </widget>
87      </item>
88     </layout>
89    </item>
90    <item>
91     <widget class="QPlainTextEdit" name="message">
92      <property name="toolTip">
93       <string>Enter the message you want to sign here</string>
94      </property>
95     </widget>
96    </item>
97    <item>
98     <widget class="QLineEdit" name="signature">
99      <property name="font">
100       <font>
101        <italic>true</italic>
102       </font>
103      </property>
104      <property name="text">
105       <string>Click &quot;Sign Message&quot; to get signature</string>
106      </property>
107      <property name="readOnly">
108       <bool>true</bool>
109      </property>
110     </widget>
111    </item>
112    <item>
113     <layout class="QHBoxLayout" name="horizontalLayout">
114      <item>
115       <widget class="QPushButton" name="signMessage">
116        <property name="toolTip">
117         <string>Sign a message to prove you own this address</string>
118        </property>
119        <property name="text">
120         <string>&amp;Sign Message</string>
121        </property>
122        <property name="icon">
123         <iconset resource="../bitcoin.qrc">
124          <normaloff>:/icons/edit</normaloff>:/icons/edit</iconset>
125        </property>
126       </widget>
127      </item>
128      <item>
129       <widget class="QPushButton" name="copyToClipboard">
130        <property name="toolTip">
131         <string>Copy the currently selected address to the system clipboard</string>
132        </property>
133        <property name="text">
134         <string>&amp;Copy to Clipboard</string>
135        </property>
136        <property name="icon">
137         <iconset resource="../bitcoin.qrc">
138          <normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
139        </property>
140       </widget>
141      </item>
142      <item>
143       <spacer name="horizontalSpacer">
144        <property name="orientation">
145         <enum>Qt::Horizontal</enum>
146        </property>
147        <property name="sizeHint" stdset="0">
148         <size>
149          <width>40</width>
150          <height>20</height>
151         </size>
152        </property>
153       </spacer>
154      </item>
155     </layout>
156    </item>
157   </layout>
158  </widget>
159  <customwidgets>
160   <customwidget>
161    <class>QValidatedLineEdit</class>
162    <extends>QLineEdit</extends>
163    <header>qvalidatedlineedit.h</header>
164   </customwidget>
165  </customwidgets>
166  <resources>
167   <include location="../bitcoin.qrc"/>
168  </resources>
169  <connections/>
170 </ui>