multisig dialog
[novacoin.git] / src / qt / forms / multisiginputentry.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MultisigInputEntry</class>
4 <widget class="QFrame" name="MultisigInputEntry">
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="1">
24 <layout class="QHBoxLayout" name="transactionIdLayout">
25 <property name="spacing">
26 <number>0</number>
27 </property>
28 <item>
29 <widget class="QValidatedLineEdit" name="transactionId">
30 <property name="toolTip">
31 <string/>
32 </property>
33 <property name="placeholderText">
34 <string>Enter a transaction id</string>
35 </property>
36 </widget>
37 </item>
38 <item>
39 <widget class="QToolButton" name="pasteTransactionIdButton">
40 <property name="toolTip">
41 <string/>
42 </property>
43 <property name="text">
44 <string/>
45 </property>
46 <property name="icon">
47 <iconset resource="../bitcoin.qrc">
48 <normaloff>:/icons/editpaste</normaloff>:/icons/editpaste</iconset>
49 </property>
50 <property name="shortcut">
51 <string>Alt+P</string>
52 </property>
53 </widget>
54 </item>
55 <item>
56 <widget class="QToolButton" name="deleteButton">
57 <property name="toolTip">
58 <string/>
59 </property>
60 <property name="text">
61 <string/>
62 </property>
63 <property name="icon">
64 <iconset resource="../bitcoin.qrc">
65 <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
66 </property>
67 </widget>
68 </item>
69 </layout>
70 </item>
71 <item row="0" column="0">
72 <widget class="QLabel" name="transactionIdLabel">
73 <property name="text">
74 <string>Transaction id:</string>
75 </property>
76 <property name="alignment">
77 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
78 </property>
79 <property name="buddy">
80 <cstring>transactionId</cstring>
81 </property>
82 </widget>
83 </item>
84 <item row="2" column="0">
85 <widget class="QLabel" name="transactionOutputLabel">
86 <property name="text">
87 <string>Transaction output:</string>
88 </property>
89 <property name="alignment">
90 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
91 </property>
92 </widget>
93 </item>
94 <item row="3" column="0">
95 <widget class="QLabel" name="redeemScriptLabel">
96 <property name="text">
97 <string>Redeem script:</string>
98 </property>
99 <property name="alignment">
100 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
101 </property>
102 <property name="buddy">
103 <cstring>redeemScript</cstring>
104 </property>
105 </widget>
106 </item>
107 <item row="3" column="1">
108 <layout class="QHBoxLayout" name="redeemScriptLayout">
109 <property name="spacing">
110 <number>0</number>
111 </property>
112 <item>
113 <widget class="QValidatedLineEdit" name="redeemScript">
114 <property name="enabled">
115 <bool>true</bool>
116 </property>
117 <property name="toolTip">
118 <string/>
119 </property>
120 <property name="placeholderText">
121 <string>Enter the redeem script of the address in the transaction output</string>
122 </property>
123 </widget>
124 </item>
125 <item>
126 <widget class="QToolButton" name="pasteRedeemScriptButton">
127 <property name="toolTip">
128 <string/>
129 </property>
130 <property name="text">
131 <string/>
132 </property>
133 <property name="icon">
134 <iconset resource="../bitcoin.qrc">
135 <normaloff>:/icons/editpaste</normaloff>:/icons/editpaste</iconset>
136 </property>
137 <property name="shortcut">
138 <string>Alt+A</string>
139 </property>
140 </widget>
141 </item>
142 </layout>
143 </item>
144 <item row="2" column="1">
145 <widget class="QComboBox" name="transactionOutput"/>
146 </item>
147 </layout>
148 </widget>
149 <customwidgets>
150 <customwidget>
151 <class>QValidatedLineEdit</class>
152 <extends>QLineEdit</extends>
153 <header>qvalidatedlineedit.h</header>
154 </customwidget>
155 </customwidgets>
156 <resources>
157 <include location="../bitcoin.qrc"/>
158 </resources>
159 <connections/>
160 </ui>