|
43 | 43 | </item>
|
44 | 44 | <item row="2" column="1">
|
45 | 45 | <widget class="QLabel" name="labelBalance">
|
| 46 | + <property name="font"> |
| 47 | + <font> |
| 48 | + <weight>75</weight> |
| 49 | + <bold>true</bold> |
| 50 | + </font> |
| 51 | + </property> |
| 52 | + <property name="cursor"> |
| 53 | + <cursorShape>IBeamCursor</cursorShape> |
| 54 | + </property> |
| 55 | + <property name="toolTip"> |
| 56 | + <string>Your current balance</string> |
| 57 | + </property> |
46 | 58 | <property name="text">
|
47 |
| - <string>123.456 BTC</string> |
| 59 | + <string notr="true">123.456 BTC</string> |
| 60 | + </property> |
| 61 | + <property name="textInteractionFlags"> |
| 62 | + <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
48 | 63 | </property>
|
49 | 64 | </widget>
|
50 | 65 | </item>
|
|
57 | 72 | </item>
|
58 | 73 | <item row="4" column="1">
|
59 | 74 | <widget class="QLabel" name="labelNumTransactions">
|
| 75 | + <property name="toolTip"> |
| 76 | + <string>Total number of transactions in wallet</string> |
| 77 | + </property> |
60 | 78 | <property name="text">
|
61 | 79 | <string>0</string>
|
62 | 80 | </property>
|
|
71 | 89 | </item>
|
72 | 90 | <item row="3" column="1">
|
73 | 91 | <widget class="QLabel" name="labelUnconfirmed">
|
| 92 | + <property name="font"> |
| 93 | + <font> |
| 94 | + <weight>75</weight> |
| 95 | + <bold>true</bold> |
| 96 | + </font> |
| 97 | + </property> |
| 98 | + <property name="cursor"> |
| 99 | + <cursorShape>IBeamCursor</cursorShape> |
| 100 | + </property> |
| 101 | + <property name="toolTip"> |
| 102 | + <string>Total of transactions that have yet to be confirmed, and do not yet count toward the current balance</string> |
| 103 | + </property> |
74 | 104 | <property name="text">
|
75 |
| - <string>0 BTC</string> |
| 105 | + <string notr="true">0 BTC</string> |
| 106 | + </property> |
| 107 | + <property name="textInteractionFlags"> |
| 108 | + <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
76 | 109 | </property>
|
77 | 110 | </widget>
|
78 | 111 | </item>
|
|
81 | 114 | <property name="font">
|
82 | 115 | <font>
|
83 | 116 | <pointsize>11</pointsize>
|
| 117 | + <weight>75</weight> |
84 | 118 | <bold>true</bold>
|
85 | 119 | </font>
|
86 | 120 | </property>
|
|
127 | 161 | </item>
|
128 | 162 | <item>
|
129 | 163 | <widget class="QListView" name="listTransactions">
|
| 164 | + <property name="styleSheet"> |
| 165 | + <string notr="true">QListView { background:transparent }</string> |
| 166 | + </property> |
130 | 167 | <property name="frameShape">
|
131 | 168 | <enum>QFrame::NoFrame</enum>
|
132 | 169 | </property>
|
|
136 | 173 | <property name="horizontalScrollBarPolicy">
|
137 | 174 | <enum>Qt::ScrollBarAlwaysOff</enum>
|
138 | 175 | </property>
|
| 176 | + <property name="selectionMode"> |
| 177 | + <enum>QAbstractItemView::NoSelection</enum> |
| 178 | + </property> |
139 | 179 | </widget>
|
140 | 180 | </item>
|
141 | 181 | </layout>
|
|
0 commit comments