|
72 | 72 | <height>16777215</height> |
73 | 73 | </size> |
74 | 74 | </property> |
| 75 | + <property name="focusPolicy"> |
| 76 | + <enum>Qt::ClickFocus</enum> |
| 77 | + </property> |
75 | 78 | <property name="toolTip"> |
76 | 79 | <string>The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet.</string> |
77 | 80 | </property> |
|
115 | 118 | <number>12</number> |
116 | 119 | </property> |
117 | 120 | <item row="2" column="2"> |
118 | | - <widget class="QLabel" name="labelWatchPending"> |
| 121 | + <widget class="HighlightLabelWidget" name="labelWatchPending"> |
119 | 122 | <property name="font"> |
120 | 123 | <font> |
121 | 124 | <weight>75</weight> |
122 | 125 | <bold>true</bold> |
123 | 126 | </font> |
124 | 127 | </property> |
125 | | - <property name="cursor"> |
126 | | - <cursorShape>IBeamCursor</cursorShape> |
127 | | - </property> |
128 | 128 | <property name="toolTip"> |
129 | 129 | <string>Unconfirmed transactions to watch-only addresses</string> |
130 | 130 | </property> |
|
134 | 134 | <property name="alignment"> |
135 | 135 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
136 | 136 | </property> |
137 | | - <property name="textInteractionFlags"> |
138 | | - <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
139 | | - </property> |
140 | 137 | </widget> |
141 | 138 | </item> |
142 | 139 | <item row="2" column="1"> |
143 | | - <widget class="QLabel" name="labelUnconfirmed"> |
| 140 | + <widget class="HighlightLabelWidget" name="labelUnconfirmed"> |
144 | 141 | <property name="font"> |
145 | 142 | <font> |
146 | 143 | <weight>75</weight> |
147 | 144 | <bold>true</bold> |
148 | 145 | </font> |
149 | 146 | </property> |
150 | | - <property name="cursor"> |
151 | | - <cursorShape>IBeamCursor</cursorShape> |
152 | | - </property> |
153 | 147 | <property name="toolTip"> |
154 | 148 | <string>Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance</string> |
155 | 149 | </property> |
|
159 | 153 | <property name="alignment"> |
160 | 154 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
161 | 155 | </property> |
162 | | - <property name="textInteractionFlags"> |
163 | | - <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
164 | | - </property> |
165 | 156 | </widget> |
166 | 157 | </item> |
167 | 158 | <item row="3" column="2"> |
168 | | - <widget class="QLabel" name="labelWatchImmature"> |
| 159 | + <widget class="HighlightLabelWidget" name="labelWatchImmature"> |
169 | 160 | <property name="font"> |
170 | 161 | <font> |
171 | 162 | <weight>75</weight> |
172 | 163 | <bold>true</bold> |
173 | 164 | </font> |
174 | 165 | </property> |
175 | | - <property name="cursor"> |
176 | | - <cursorShape>IBeamCursor</cursorShape> |
177 | | - </property> |
178 | 166 | <property name="toolTip"> |
179 | 167 | <string>Mined balance in watch-only addresses that has not yet matured</string> |
180 | 168 | </property> |
|
184 | 172 | <property name="alignment"> |
185 | 173 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
186 | 174 | </property> |
187 | | - <property name="textInteractionFlags"> |
188 | | - <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
189 | | - </property> |
190 | 175 | </widget> |
191 | 176 | </item> |
192 | 177 | <item row="4" column="0" colspan="2"> |
|
223 | 208 | </widget> |
224 | 209 | </item> |
225 | 210 | <item row="3" column="1"> |
226 | | - <widget class="QLabel" name="labelImmature"> |
| 211 | + <widget class="HighlightLabelWidget" name="labelImmature"> |
227 | 212 | <property name="font"> |
228 | 213 | <font> |
229 | 214 | <weight>75</weight> |
230 | 215 | <bold>true</bold> |
231 | 216 | </font> |
232 | 217 | </property> |
233 | | - <property name="cursor"> |
234 | | - <cursorShape>IBeamCursor</cursorShape> |
235 | | - </property> |
236 | 218 | <property name="toolTip"> |
237 | 219 | <string>Mined balance that has not yet matured</string> |
238 | 220 | </property> |
|
242 | 224 | <property name="alignment"> |
243 | 225 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
244 | 226 | </property> |
245 | | - <property name="textInteractionFlags"> |
246 | | - <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
247 | | - </property> |
248 | 227 | </widget> |
249 | 228 | </item> |
250 | 229 | <item row="2" column="3"> |
|
268 | 247 | </widget> |
269 | 248 | </item> |
270 | 249 | <item row="5" column="1"> |
271 | | - <widget class="QLabel" name="labelTotal"> |
| 250 | + <widget class="HighlightLabelWidget" name="labelTotal"> |
272 | 251 | <property name="font"> |
273 | 252 | <font> |
274 | 253 | <weight>75</weight> |
275 | 254 | <bold>true</bold> |
276 | 255 | </font> |
277 | 256 | </property> |
278 | | - <property name="cursor"> |
279 | | - <cursorShape>IBeamCursor</cursorShape> |
280 | | - </property> |
281 | 257 | <property name="toolTip"> |
282 | 258 | <string>Your current total balance</string> |
283 | 259 | </property> |
|
287 | 263 | <property name="alignment"> |
288 | 264 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
289 | 265 | </property> |
290 | | - <property name="textInteractionFlags"> |
291 | | - <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
292 | | - </property> |
293 | 266 | </widget> |
294 | 267 | </item> |
295 | 268 | <item row="5" column="2"> |
296 | | - <widget class="QLabel" name="labelWatchTotal"> |
| 269 | + <widget class="HighlightLabelWidget" name="labelWatchTotal"> |
297 | 270 | <property name="font"> |
298 | 271 | <font> |
299 | 272 | <weight>75</weight> |
300 | 273 | <bold>true</bold> |
301 | 274 | </font> |
302 | 275 | </property> |
303 | | - <property name="cursor"> |
304 | | - <cursorShape>IBeamCursor</cursorShape> |
305 | | - </property> |
306 | 276 | <property name="toolTip"> |
307 | 277 | <string>Current total balance in watch-only addresses</string> |
308 | 278 | </property> |
|
312 | 282 | <property name="alignment"> |
313 | 283 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
314 | 284 | </property> |
315 | | - <property name="textInteractionFlags"> |
316 | | - <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
317 | | - </property> |
318 | 285 | </widget> |
319 | 286 | </item> |
320 | 287 | <item row="0" column="2"> |
|
335 | 302 | </widget> |
336 | 303 | </item> |
337 | 304 | <item row="1" column="1"> |
338 | | - <widget class="QLabel" name="labelBalance"> |
| 305 | + <widget class="HighlightLabelWidget" name="labelBalance"> |
339 | 306 | <property name="font"> |
340 | 307 | <font> |
341 | 308 | <weight>75</weight> |
342 | 309 | <bold>true</bold> |
343 | 310 | </font> |
344 | 311 | </property> |
345 | | - <property name="cursor"> |
346 | | - <cursorShape>IBeamCursor</cursorShape> |
347 | | - </property> |
348 | 312 | <property name="toolTip"> |
349 | 313 | <string>Your current spendable balance</string> |
350 | 314 | </property> |
|
354 | 318 | <property name="alignment"> |
355 | 319 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
356 | 320 | </property> |
357 | | - <property name="textInteractionFlags"> |
358 | | - <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
359 | | - </property> |
360 | 321 | </widget> |
361 | 322 | </item> |
362 | 323 | <item row="1" column="2"> |
363 | | - <widget class="QLabel" name="labelWatchAvailable"> |
| 324 | + <widget class="HighlightLabelWidget" name="labelWatchAvailable"> |
364 | 325 | <property name="font"> |
365 | 326 | <font> |
366 | 327 | <weight>75</weight> |
367 | 328 | <bold>true</bold> |
368 | 329 | </font> |
369 | 330 | </property> |
370 | | - <property name="cursor"> |
371 | | - <cursorShape>IBeamCursor</cursorShape> |
372 | | - </property> |
373 | 331 | <property name="toolTip"> |
374 | 332 | <string>Your current balance in watch-only addresses</string> |
375 | 333 | </property> |
|
379 | 337 | <property name="alignment"> |
380 | 338 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
381 | 339 | </property> |
382 | | - <property name="textInteractionFlags"> |
383 | | - <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
384 | | - </property> |
385 | 340 | </widget> |
386 | 341 | </item> |
387 | 342 | <item row="2" column="0"> |
|
458 | 413 | <height>16777215</height> |
459 | 414 | </size> |
460 | 415 | </property> |
| 416 | + <property name="focusPolicy"> |
| 417 | + <enum>Qt::ClickFocus</enum> |
| 418 | + </property> |
461 | 419 | <property name="toolTip"> |
462 | 420 | <string>The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet.</string> |
463 | 421 | </property> |
|
497 | 455 | </item> |
498 | 456 | <item> |
499 | 457 | <widget class="QListView" name="listTransactions"> |
| 458 | + <property name="focusPolicy"> |
| 459 | + <enum>Qt::ClickFocus</enum> |
| 460 | + </property> |
500 | 461 | <property name="styleSheet"> |
501 | 462 | <string notr="true">QListView { background: transparent; }</string> |
502 | 463 | </property> |
|
536 | 497 | </item> |
537 | 498 | </layout> |
538 | 499 | </widget> |
| 500 | + <customwidgets> |
| 501 | + <customwidget> |
| 502 | + <class>HighlightLabelWidget</class> |
| 503 | + <extends>QLabel</extends> |
| 504 | + <header>qt/highlightlabelwidget.h</header> |
| 505 | + </customwidget> |
| 506 | + </customwidgets> |
| 507 | + <tabstops> |
| 508 | + <tabstop>labelBalance</tabstop> |
| 509 | + <tabstop>labelUnconfirmed</tabstop> |
| 510 | + <tabstop>labelImmature</tabstop> |
| 511 | + <tabstop>labelTotal</tabstop> |
| 512 | + <tabstop>labelWatchAvailable</tabstop> |
| 513 | + <tabstop>labelWatchPending</tabstop> |
| 514 | + <tabstop>labelWatchImmature</tabstop> |
| 515 | + <tabstop>labelWatchTotal</tabstop> |
| 516 | + </tabstops> |
539 | 517 | <resources/> |
540 | 518 | <connections/> |
541 | 519 | </ui> |
0 commit comments