multisig dialog
[novacoin.git] / src / qt / forms / multisigaddressentry.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MultisigAddressEntry</class>
4  <widget class="QFrame" name="MultisigAddressEntry">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>729</width>
10     <height>136</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <property name="frameShape">
17    <enum>QFrame::StyledPanel</enum>
18   </property>
19   <property name="frameShadow">
20    <enum>QFrame::Sunken</enum>
21   </property>
22   <layout class="QGridLayout" name="gridLayout">
23    <item row="0" column="0">
24     <widget class="QLabel" name="pubkeyLabel">
25      <property name="text">
26       <string>Public &amp;key:</string>
27      </property>
28      <property name="alignment">
29       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
30      </property>
31      <property name="buddy">
32       <cstring>pubkey</cstring>
33      </property>
34     </widget>
35    </item>
36    <item row="0" column="1">
37     <layout class="QHBoxLayout" name="pubkeyLayout">
38      <property name="spacing">
39       <number>0</number>
40      </property>
41      <item>
42       <widget class="QValidatedLineEdit" name="pubkey">
43        <property name="toolTip">
44         <string>The public key of an address</string>
45        </property>
46        <property name="placeholderText">
47         <string>Enter a public key</string>
48        </property>
49       </widget>
50      </item>
51      <item>
52       <widget class="QToolButton" name="pasteButton">
53        <property name="toolTip">
54         <string>Paste public key from clipboard</string>
55        </property>
56        <property name="text">
57         <string/>
58        </property>
59        <property name="icon">
60         <iconset resource="../bitcoin.qrc">
61          <normaloff>:/icons/editpaste</normaloff>:/icons/editpaste</iconset>
62        </property>
63        <property name="shortcut">
64         <string>Alt+P</string>
65        </property>
66       </widget>
67      </item>
68      <item>
69       <widget class="QToolButton" name="deleteButton">
70        <property name="toolTip">
71         <string>Remove this public key</string>
72        </property>
73        <property name="text">
74         <string/>
75        </property>
76        <property name="icon">
77         <iconset resource="../bitcoin.qrc">
78          <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
79        </property>
80       </widget>
81      </item>
82     </layout>
83    </item>
84    <item row="1" column="0">
85     <widget class="QLabel" name="addressLabel">
86      <property name="text">
87       <string>&amp;Address:</string>
88      </property>
89      <property name="alignment">
90       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
91      </property>
92      <property name="buddy">
93       <cstring>address</cstring>
94      </property>
95     </widget>
96    </item>
97    <item row="1" column="1">
98     <layout class="QHBoxLayout" name="addressLayout">
99      <property name="spacing">
100       <number>0</number>
101      </property>
102      <item>
103       <widget class="QValidatedLineEdit" name="address">
104        <property name="enabled">
105         <bool>true</bool>
106        </property>
107        <property name="toolTip">
108         <string>Address associated to the public key</string>
109        </property>
110        <property name="placeholderText">
111         <string>Enter one of your addresses to get its public key</string>
112        </property>
113       </widget>
114      </item>
115      <item>
116       <widget class="QToolButton" name="addressBookButton">
117        <property name="toolTip">
118         <string>Choose address from address book</string>
119        </property>
120        <property name="text">
121         <string/>
122        </property>
123        <property name="icon">
124         <iconset resource="../bitcoin.qrc">
125          <normaloff>:/icons/address-book</normaloff>:/icons/address-book</iconset>
126        </property>
127        <property name="shortcut">
128         <string>Alt+A</string>
129        </property>
130       </widget>
131      </item>
132     </layout>
133    </item>
134    <item row="2" column="0">
135     <widget class="QLabel" name="labelLabel">
136      <property name="text">
137       <string>Label:</string>
138      </property>
139      <property name="alignment">
140       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
141      </property>
142     </widget>
143    </item>
144    <item row="2" column="1">
145     <widget class="QValidatedLineEdit" name="label">
146      <property name="enabled">
147       <bool>true</bool>
148      </property>
149      <property name="toolTip">
150       <string>Address associated to the public key</string>
151      </property>
152      <property name="readOnly">
153       <bool>true</bool>
154      </property>
155     </widget>
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>