]> Git Repo - VerusCoin.git/blob - src/qt/forms/verifymessagedialog.ui
Use the QueueShutdown signal to stop accepting new RPC connections
[VerusCoin.git] / src / qt / forms / verifymessagedialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>VerifyMessageDialog</class>
4  <widget class="QDialog" name="VerifyMessageDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>494</width>
10     <height>342</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Verify Signed Message</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
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>
21      </property>
22      <property name="alignment">
23       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
24      </property>
25      <property name="wordWrap">
26       <bool>true</bool>
27      </property>
28     </widget>
29    </item>
30    <item>
31     <widget class="QPlainTextEdit" name="edMessage"/>
32    </item>
33    <item>
34     <widget class="QLineEdit" name="lnSig">
35      <property name="text">
36       <string/>
37      </property>
38     </widget>
39    </item>
40    <item>
41     <widget class="QLineEdit" name="lnAddress">
42      <property name="text">
43       <string/>
44      </property>
45      <property name="readOnly">
46       <bool>true</bool>
47      </property>
48     </widget>
49    </item>
50    <item>
51     <widget class="QLabel" name="lblStatus">
52      <property name="text">
53       <string/>
54      </property>
55     </widget>
56    </item>
57    <item>
58     <layout class="QHBoxLayout" name="horizontalLayout">
59      <item>
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>
63        </property>
64        <property name="text">
65         <string>&amp;Verify Message</string>
66        </property>
67        <property name="icon">
68         <iconset resource="../bitcoin.qrc">
69          <normaloff>:/icons/transaction_0</normaloff>:/icons/transaction_0</iconset>
70        </property>
71       </widget>
72      </item>
73      <item>
74       <widget class="QPushButton" name="copyToClipboard">
75        <property name="enabled">
76         <bool>false</bool>
77        </property>
78        <property name="toolTip">
79         <string>Copy the currently selected address to the system clipboard</string>
80        </property>
81        <property name="text">
82         <string>&amp;Copy Address</string>
83        </property>
84        <property name="icon">
85         <iconset resource="../bitcoin.qrc">
86          <normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
87        </property>
88       </widget>
89      </item>
90      <item>
91       <widget class="QPushButton" name="clearButton">
92        <property name="toolTip">
93         <string>Reset all verify message fields</string>
94        </property>
95        <property name="text">
96         <string>Clear &amp;All</string>
97        </property>
98        <property name="icon">
99         <iconset resource="../bitcoin.qrc">
100          <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
101        </property>
102       </widget>
103      </item>
104      <item>
105       <spacer name="horizontalSpacer">
106        <property name="orientation">
107         <enum>Qt::Horizontal</enum>
108        </property>
109        <property name="sizeHint" stdset="0">
110         <size>
111          <width>40</width>
112          <height>20</height>
113         </size>
114        </property>
115       </spacer>
116      </item>
117     </layout>
118    </item>
119   </layout>
120  </widget>
121  <resources>
122   <include location="../bitcoin.qrc"/>
123  </resources>
124  <connections/>
125 </ui>
This page took 0.030869 seconds and 4 git commands to generate.