1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>VerifyMessageDialog</class>
4 <widget class="QDialog" name="VerifyMessageDialog">
5 <property name="geometry">
13 <property name="windowTitle">
14 <string>Verify Signed Message</string>
16 <layout class="QVBoxLayout" name="verticalLayout">
18 <widget class="QLabel" name="label">
19 <property name="text">
20 <string>Enter the message and signature below (be careful to correctly copy newlines, spaces, tabs and other invisible characters) to obtain the Bitcoin address used to sign the message.</string>
22 <property name="alignment">
23 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
25 <property name="wordWrap">
31 <widget class="QPlainTextEdit" name="edMessage"/>
34 <widget class="QLineEdit" name="lnSig">
35 <property name="text">
41 <widget class="QLineEdit" name="lnAddress">
42 <property name="text">
45 <property name="readOnly">
51 <widget class="QLabel" name="lblStatus">
52 <property name="text">
58 <layout class="QHBoxLayout" name="horizontalLayout">
60 <widget class="QPushButton" name="verifyMessage">
61 <property name="toolTip">
62 <string>Verify a message and obtain the Bitcoin address used to sign the message</string>
64 <property name="text">
65 <string>&Verify Message</string>
67 <property name="icon">
68 <iconset resource="../bitcoin.qrc">
69 <normaloff>:/icons/transaction_0</normaloff>:/icons/transaction_0</iconset>
74 <widget class="QPushButton" name="copyToClipboard">
75 <property name="enabled">
78 <property name="toolTip">
79 <string>Copy the currently selected address to the system clipboard</string>
81 <property name="text">
82 <string>&Copy Address</string>
84 <property name="icon">
85 <iconset resource="../bitcoin.qrc">
86 <normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
91 <widget class="QPushButton" name="clearButton">
92 <property name="toolTip">
93 <string>Reset all verify message fields</string>
95 <property name="text">
96 <string>Clear &All</string>
98 <property name="icon">
99 <iconset resource="../bitcoin.qrc">
100 <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
105 <spacer name="horizontalSpacer">
106 <property name="orientation">
107 <enum>Qt::Horizontal</enum>
109 <property name="sizeHint" stdset="0">
122 <include location="../bitcoin.qrc"/>