|
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | 9 | <width>729</width> |
10 | | - <height>150</height> |
| 10 | + <height>172</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="focusPolicy"> |
|
33 | 33 | <property name="verticalSpacing"> |
34 | 34 | <number>8</number> |
35 | 35 | </property> |
36 | | - <item row="0" column="0"> |
| 36 | + <item row="0" column="1"> |
| 37 | + <widget class="QLabel" name="errorMessage"> |
| 38 | + <property name="styleSheet"> |
| 39 | + <string notr="true">color:red;</string> |
| 40 | + </property> |
| 41 | + <property name="text"> |
| 42 | + <string/> |
| 43 | + </property> |
| 44 | + </widget> |
| 45 | + </item> |
| 46 | + <item row="1" column="0"> |
37 | 47 | <widget class="QLabel" name="payToLabel"> |
38 | 48 | <property name="text"> |
39 | 49 | <string>Pay &To:</string> |
|
46 | 56 | </property> |
47 | 57 | </widget> |
48 | 58 | </item> |
49 | | - <item row="0" column="1"> |
| 59 | + <item row="1" column="1"> |
50 | 60 | <layout class="QHBoxLayout" name="payToLayout"> |
51 | 61 | <property name="spacing"> |
52 | 62 | <number>0</number> |
|
126 | 136 | </item> |
127 | 137 | </layout> |
128 | 138 | </item> |
129 | | - <item row="1" column="0"> |
| 139 | + <item row="2" column="0"> |
130 | 140 | <widget class="QLabel" name="labellLabel"> |
131 | 141 | <property name="text"> |
132 | 142 | <string>&Label:</string> |
|
139 | 149 | </property> |
140 | 150 | </widget> |
141 | 151 | </item> |
142 | | - <item row="1" column="1"> |
| 152 | + <item row="2" column="1"> |
143 | 153 | <widget class="QLineEdit" name="addAsLabel"> |
144 | 154 | <property name="toolTip"> |
145 | 155 | <string>Enter a label for this address to add it to the list of used addresses</string> |
|
149 | 159 | </property> |
150 | 160 | </widget> |
151 | 161 | </item> |
152 | | - <item row="2" column="0"> |
| 162 | + <item row="3" column="0"> |
153 | 163 | <widget class="QLabel" name="amountLabel"> |
154 | 164 | <property name="text"> |
155 | 165 | <string>A&mount:</string> |
|
162 | 172 | </property> |
163 | 173 | </widget> |
164 | 174 | </item> |
165 | | - <item row="2" column="1"> |
| 175 | + <item row="3" column="1"> |
166 | 176 | <layout class="QHBoxLayout" name="horizontalLayoutAmount" stretch="0,1,0"> |
167 | 177 | <item> |
168 | 178 | <widget class="BitcoinAmountField" name="payAmount"> |
|
174 | 184 | <item> |
175 | 185 | <widget class="QCheckBox" name="checkboxSubtractFeeFromAmount"> |
176 | 186 | <property name="toolTip"> |
177 | | - <string>The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally.</string> |
| 187 | + <string>The fee will be deducted from the amount being sent. The recipient will receive less bitcoin than you enter in the amount field. If multiple recipients are selected, the fee is split equally.</string> |
178 | 188 | </property> |
179 | 189 | <property name="text"> |
180 | 190 | <string>S&ubtract fee from amount</string> |
|
190 | 200 | </item> |
191 | 201 | </layout> |
192 | 202 | </item> |
193 | | - <item row="3" column="0"> |
| 203 | + <item row="4" column="0"> |
194 | 204 | <widget class="QLabel" name="messageLabel"> |
195 | 205 | <property name="text"> |
196 | 206 | <string>Message:</string> |
|
200 | 210 | </property> |
201 | 211 | </widget> |
202 | 212 | </item> |
203 | | - <item row="3" column="1"> |
| 213 | + <item row="4" column="1"> |
204 | 214 | <widget class="QLabel" name="messageTextLabel"> |
205 | 215 | <property name="toolTip"> |
206 | 216 | <string>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network.</string> |
|
210 | 220 | </property> |
211 | 221 | </widget> |
212 | 222 | </item> |
213 | | - <item row="4" column="0" colspan="2"> |
| 223 | + <item row="5" column="0" colspan="2"> |
214 | 224 | <widget class="Line" name="line"> |
215 | 225 | <property name="orientation"> |
216 | 226 | <enum>Qt::Horizontal</enum> |
|
0 commit comments