|
59 | 59 | </widget>
|
60 | 60 | </item>
|
61 | 61 | <item>
|
62 |
| - <widget class="QLabel" name="labelWalletStatus"> |
63 |
| - <property name="cursor"> |
64 |
| - <cursorShape>WhatsThisCursor</cursorShape> |
| 62 | + <widget class="QPushButton" name="labelWalletStatus"> |
| 63 | + <property name="enabled"> |
| 64 | + <bool>false</bool> |
| 65 | + </property> |
| 66 | + <property name="maximumSize"> |
| 67 | + <size> |
| 68 | + <width>30</width> |
| 69 | + <height>16777215</height> |
| 70 | + </size> |
65 | 71 | </property>
|
66 | 72 | <property name="toolTip">
|
67 | 73 | <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>
|
68 | 74 | </property>
|
69 |
| - <property name="styleSheet"> |
70 |
| - <string notr="true">QLabel { color: red; }</string> |
71 |
| - </property> |
72 | 75 | <property name="text">
|
73 |
| - <string notr="true">(out of sync)</string> |
| 76 | + <string/> |
74 | 77 | </property>
|
75 |
| - <property name="alignment"> |
76 |
| - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
| 78 | + <property name="icon"> |
| 79 | + <iconset resource="../bitcoin.qrc"> |
| 80 | + <normaloff>:/icons/warning</normaloff> |
| 81 | + <disabledoff>:/icons/warning</disabledoff>:/icons/warning</iconset> |
| 82 | + </property> |
| 83 | + <property name="iconSize"> |
| 84 | + <size> |
| 85 | + <width>24</width> |
| 86 | + <height>24</height> |
| 87 | + </size> |
| 88 | + </property> |
| 89 | + <property name="flat"> |
| 90 | + <bool>true</bool> |
77 | 91 | </property>
|
78 | 92 | </widget>
|
79 | 93 | </item>
|
|
431 | 445 | </widget>
|
432 | 446 | </item>
|
433 | 447 | <item>
|
434 |
| - <widget class="QLabel" name="labelTransactionsStatus"> |
435 |
| - <property name="cursor"> |
436 |
| - <cursorShape>WhatsThisCursor</cursorShape> |
| 448 | + <widget class="QPushButton" name="labelTransactionsStatus"> |
| 449 | + <property name="enabled"> |
| 450 | + <bool>false</bool> |
| 451 | + </property> |
| 452 | + <property name="maximumSize"> |
| 453 | + <size> |
| 454 | + <width>30</width> |
| 455 | + <height>16777215</height> |
| 456 | + </size> |
437 | 457 | </property>
|
438 | 458 | <property name="toolTip">
|
439 | 459 | <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>
|
440 | 460 | </property>
|
441 |
| - <property name="styleSheet"> |
442 |
| - <string notr="true">QLabel { color: red; }</string> |
443 |
| - </property> |
444 | 461 | <property name="text">
|
445 |
| - <string notr="true">(out of sync)</string> |
| 462 | + <string/> |
446 | 463 | </property>
|
447 |
| - <property name="alignment"> |
448 |
| - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 464 | + <property name="icon"> |
| 465 | + <iconset resource="../bitcoin.qrc"> |
| 466 | + <normaloff>:/icons/warning</normaloff> |
| 467 | + <disabledoff>:/icons/warning</disabledoff>:/icons/warning</iconset> |
| 468 | + </property> |
| 469 | + <property name="iconSize"> |
| 470 | + <size> |
| 471 | + <width>24</width> |
| 472 | + <height>24</height> |
| 473 | + </size> |
| 474 | + </property> |
| 475 | + <property name="flat"> |
| 476 | + <bool>true</bool> |
449 | 477 | </property>
|
450 | 478 | </widget>
|
451 | 479 | </item>
|
|
0 commit comments